Modifier and Type | Method and Description |
---|---|
CoinmateDepositAddresses |
bitcoinDepositAddresses(String clientId,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinmateTradeResponse |
bitcoinWithdrawal(String clientId,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
String address) |
CoinmateTradeResponse |
buyInstant(String clientId,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal total,
String currencyPair) |
CoinmateTradeResponse |
buyLimit(String clientId,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
BigDecimal price,
String currencyPair) |
CoinmateCancelOrderResponse |
cancelOder(String clientId,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String orderId) |
CoinmateBalance |
getBalances(String clientId,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinmateOpenOrders |
getOpenOrders(String clientId,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String currencyPair) |
CoinmateTransactionHistory |
getTransactionHistory(String clientId,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
int offset,
int limit,
String sort) |
CoinmateTradeResponse |
sellInstant(String clientId,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
String currencyPair) |
CoinmateTradeResponse |
sellLimit(String clientId,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
BigDecimal price,
String currencyPair) |
getOrderBook, getTicker, getTransactions
CoinmateBalance getBalances(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException
IOException
CoinmateTransactionHistory getTransactionHistory(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, int offset, int limit, String sort) throws IOException
IOException
CoinmateOpenOrders getOpenOrders(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currencyPair) throws IOException
IOException
CoinmateCancelOrderResponse cancelOder(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String orderId) throws IOException
IOException
CoinmateTradeResponse buyLimit(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, BigDecimal price, String currencyPair) throws IOException
IOException
CoinmateTradeResponse sellLimit(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, BigDecimal price, String currencyPair) throws IOException
IOException
CoinmateTradeResponse buyInstant(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal total, String currencyPair) throws IOException
IOException
CoinmateTradeResponse sellInstant(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, String currencyPair) throws IOException
IOException
CoinmateTradeResponse bitcoinWithdrawal(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, String address) throws IOException
IOException
CoinmateDepositAddresses bitcoinDepositAddresses(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException
IOException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.