| 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, getTransactionsCoinmateBalance getBalances(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException
IOExceptionCoinmateTransactionHistory getTransactionHistory(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, int offset, int limit, String sort) throws IOException
IOExceptionCoinmateOpenOrders getOpenOrders(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currencyPair) throws IOException
IOExceptionCoinmateCancelOrderResponse cancelOder(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String orderId) throws IOException
IOExceptionCoinmateTradeResponse buyLimit(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, BigDecimal price, String currencyPair) throws IOException
IOExceptionCoinmateTradeResponse sellLimit(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, BigDecimal price, String currencyPair) throws IOException
IOExceptionCoinmateTradeResponse buyInstant(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal total, String currencyPair) throws IOException
IOExceptionCoinmateTradeResponse sellInstant(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, String currencyPair) throws IOException
IOExceptionCoinmateTradeResponse bitcoinWithdrawal(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, String address) throws IOException
IOExceptionCoinmateDepositAddresses bitcoinDepositAddresses(String clientId, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.