public class BitsoAccountService extends BitsoAccountServiceRaw implements AccountService
exchange| Constructor and Description |
|---|
BitsoAccountService(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
TradeHistoryParams |
createFundingHistoryParams() |
AccountInfo |
getAccountInfo() |
List<FundingRecord> |
getFundingHistory(TradeHistoryParams params) |
String |
requestDepositAddress(Currency currency,
String... arguments)
This returns the currently set deposit address.
|
String |
withdrawFunds(Currency currency,
BigDecimal amount,
String address) |
String |
withdrawFunds(WithdrawFundsParams params) |
getBitsoBalance, getBitsoBitcoinDepositAddress, withdrawBitsoFunds, withdrawToRipplegetClientConfig, verifyOrder, verifyOrder, verifyOrderpublic BitsoAccountService(Exchange exchange)
public AccountInfo getAccountInfo() throws IOException
getAccountInfo in interface AccountServiceIOExceptionpublic String withdrawFunds(Currency currency, BigDecimal amount, String address) throws IOException
withdrawFunds in interface AccountServiceIOExceptionpublic String withdrawFunds(WithdrawFundsParams params) throws ExchangeException, NotAvailableFromExchangeException, NotYetImplementedForExchangeException, IOException
withdrawFunds in interface AccountServiceExchangeExceptionNotAvailableFromExchangeExceptionNotYetImplementedForExchangeExceptionIOExceptionpublic String requestDepositAddress(Currency currency, String... arguments) throws IOException
requestDepositAddress in interface AccountServiceIOExceptionpublic TradeHistoryParams createFundingHistoryParams()
createFundingHistoryParams in interface AccountServicepublic List<FundingRecord> getFundingHistory(TradeHistoryParams params) throws ExchangeException, NotAvailableFromExchangeException, NotYetImplementedForExchangeException, IOException
getFundingHistory in interface AccountServiceExchangeExceptionNotAvailableFromExchangeExceptionNotYetImplementedForExchangeExceptionIOExceptionCopyright © 2012–2017 Knowm Inc.. All rights reserved.