public interface BitsoAuthenticated
| Modifier and Type | Method and Description |
|---|---|
BitsoOrder |
buy(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
BigDecimal price) |
boolean |
cancelOrder(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String orderId) |
BitsoBalance |
getBalance(String apiKey,
BitsoDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
BitsoDepositAddress |
getBitcoinDepositAddress(String apiKey,
BitsoDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
BitsoOrder[] |
getOpenOrders(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
BitsoUserTransaction[] |
getUserTransactions(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
long numberOfTransactions) |
BitsoUserTransaction[] |
getUserTransactions(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
long numberOfTransactions,
long offset,
String sort) |
BitsoOrder |
sell(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
BigDecimal price) |
String |
withdrawBitcoin(String apiKey,
BitsoDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
String address) |
String |
withdrawToRipple(String apiKey,
BitsoDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
String currency,
String rippleAddress) |
BitsoOrder[] getOpenOrders(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws BitsoException, IOException
BitsoExceptionIOExceptionBitsoOrder buy(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, BigDecimal price) throws BitsoException, IOException
BitsoExceptionIOExceptionBitsoOrder sell(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, BigDecimal price) throws BitsoException, IOException
BitsoExceptionIOExceptionboolean cancelOrder(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String orderId) throws BitsoException, IOException
BitsoExceptionIOExceptionBitsoUserTransaction[] getUserTransactions(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, long numberOfTransactions) throws BitsoException, IOException
BitsoExceptionIOExceptionBitsoUserTransaction[] getUserTransactions(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, long numberOfTransactions, long offset, String sort) throws BitsoException, IOException
BitsoExceptionIOExceptionBitsoBalance getBalance(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws BitsoException, IOException
BitsoExceptionIOExceptionBitsoDepositAddress getBitcoinDepositAddress(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws BitsoException, IOException
BitsoExceptionIOExceptionString withdrawBitcoin(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, String address) throws BitsoException, IOException
BitsoExceptionIOExceptionString withdrawToRipple(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, String currency, String rippleAddress) throws BitsoException, IOException
BitsoExceptionIOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.