| Modifier and Type | Method and Description |
|---|---|
BitstampOrder |
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,
int orderId) |
BitstampBalance |
getBalance(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
BitstampDepositAddress |
getBitcoinDepositAddress(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
BitstampOrder[] |
getOpenOrders(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
BitstampRippleDepositAddress |
getRippleDepositAddress(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
DepositTransaction[] |
getUnconfirmedDeposits(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
BitstampUserTransaction[] |
getUserTransactions(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
long numberOfTransactions) |
BitstampUserTransaction[] |
getUserTransactions(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
long numberOfTransactions,
long offset,
String sort) |
WithdrawalRequest[] |
getWithdrawalRequests(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
BitstampOrder |
sell(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
BigDecimal price) |
BitstampWithdrawal |
withdrawBitcoin(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
String address) |
boolean |
withdrawToRipple(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
String currency,
String rippleAddress)
Note that due to a bug on Bitstamp's side, withdrawal always fails if two-factor authentication is enabled for the account.
|
getOrderBook, getTicker, getTransactions, getTransactionsBitstampOrder[] getOpenOrders(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws BitstampException, IOException
BitstampExceptionIOExceptionBitstampOrder buy(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, BigDecimal price) throws BitstampException, IOException
BitstampExceptionIOExceptionBitstampOrder sell(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, BigDecimal price) throws BitstampException, IOException
BitstampExceptionIOExceptionboolean cancelOrder(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, int orderId) throws BitstampException, IOException
BitstampExceptionIOExceptionBitstampBalance getBalance(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws BitstampException, IOException
BitstampExceptionIOExceptionBitstampUserTransaction[] getUserTransactions(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, long numberOfTransactions) throws BitstampException, IOException
BitstampExceptionIOExceptionBitstampUserTransaction[] getUserTransactions(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, long numberOfTransactions, long offset, String sort) throws BitstampException, IOException
BitstampExceptionIOExceptionBitstampDepositAddress getBitcoinDepositAddress(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws BitstampException, IOException
BitstampExceptionIOExceptionBitstampWithdrawal withdrawBitcoin(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, String address) throws BitstampException, IOException
BitstampExceptionIOExceptionDepositTransaction[] getUnconfirmedDeposits(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws BitstampException, IOException
BitstampExceptionIOExceptionWithdrawalRequest[] getWithdrawalRequests(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws BitstampException, IOException
BitstampExceptionIOExceptionboolean withdrawToRipple(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, String currency, String rippleAddress) throws BitstampException, IOException
BitstampExceptionIOExceptionBitstampRippleDepositAddress getRippleDepositAddress(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws BitstampException, IOException
BitstampExceptionIOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.