BitstampOrder |
BitstampAuthenticated.buy(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
BigDecimal price) |
boolean |
BitstampAuthenticated.cancelOrder(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
int orderId) |
BitstampBalance |
BitstampAuthenticated.getBalance(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
BitstampDepositAddress |
BitstampAuthenticated.getBitcoinDepositAddress(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
BitstampOrder[] |
BitstampAuthenticated.getOpenOrders(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
BitstampRippleDepositAddress |
BitstampAuthenticated.getRippleDepositAddress(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
DepositTransaction[] |
BitstampAuthenticated.getUnconfirmedDeposits(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
BitstampUserTransaction[] |
BitstampAuthenticated.getUserTransactions(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
long numberOfTransactions) |
BitstampUserTransaction[] |
BitstampAuthenticated.getUserTransactions(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
long numberOfTransactions,
long offset,
String sort) |
WithdrawalRequest[] |
BitstampAuthenticated.getWithdrawalRequests(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
BitstampOrder |
BitstampAuthenticated.sell(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
BigDecimal price) |
BitstampWithdrawal |
BitstampAuthenticated.withdrawBitcoin(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
String address) |
boolean |
BitstampAuthenticated.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.
|