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
BitsoException
IOException
BitsoOrder buy(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, BigDecimal price) throws BitsoException, IOException
BitsoException
IOException
BitsoOrder sell(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, BigDecimal price) throws BitsoException, IOException
BitsoException
IOException
boolean cancelOrder(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String orderId) throws BitsoException, IOException
BitsoException
IOException
BitsoUserTransaction[] getUserTransactions(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, long numberOfTransactions) throws BitsoException, IOException
BitsoException
IOException
BitsoUserTransaction[] getUserTransactions(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, long numberOfTransactions, long offset, String sort) throws BitsoException, IOException
BitsoException
IOException
BitsoBalance getBalance(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws BitsoException, IOException
BitsoException
IOException
BitsoDepositAddress getBitcoinDepositAddress(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws BitsoException, IOException
BitsoException
IOException
String withdrawBitcoin(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, String address) throws BitsoException, IOException
BitsoException
IOException
String withdrawToRipple(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, String currency, String rippleAddress) throws BitsoException, IOException
BitsoException
IOException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.