public class BitstampAccountServiceRaw extends BitstampBasePollingService
exchange
Modifier | Constructor and Description |
---|---|
protected |
BitstampAccountServiceRaw(Exchange exchange)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BitstampBalance |
getBitstampBalance() |
BitstampDepositAddress |
getBitstampBitcoinDepositAddress() |
BitstampRippleDepositAddress |
getRippleDepositAddress() |
List<DepositTransaction> |
getUnconfirmedDeposits() |
List<WithdrawalRequest> |
getWithdrawalRequests() |
BitstampWithdrawal |
withdrawBitstampFunds(BigDecimal amount,
String address) |
boolean |
withdrawToRipple(BigDecimal amount,
String currency,
String rippleAddress) |
getExchangeSymbols, verifyOrder, verifyOrder, verifyOrder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExchangeSymbols
protected BitstampAccountServiceRaw(Exchange exchange)
exchange
- public BitstampBalance getBitstampBalance() throws IOException
IOException
public BitstampWithdrawal withdrawBitstampFunds(BigDecimal amount, String address) throws IOException
IOException
public BitstampDepositAddress getBitstampBitcoinDepositAddress() throws IOException
IOException
public BitstampRippleDepositAddress getRippleDepositAddress() throws IOException
IOException
public boolean withdrawToRipple(BigDecimal amount, String currency, String rippleAddress) throws IOException
IOException
public List<DepositTransaction> getUnconfirmedDeposits() throws IOException
IOException
public List<WithdrawalRequest> getWithdrawalRequests() throws IOException
IOException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.