public class BinanceAccountService extends BinanceAccountServiceRaw implements AccountService
apiKey, binance, LOG, signatureCreatorexchange| Constructor and Description |
|---|
BinanceAccountService(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
TradeHistoryParams |
createFundingHistoryParams() |
AccountInfo |
getAccountInfo() |
List<FundingRecord> |
getFundingHistory(TradeHistoryParams params) |
String |
requestDepositAddress(Currency currency,
String... args) |
String |
withdrawFunds(Currency currency,
BigDecimal amount,
String address) |
String |
withdrawFunds(WithdrawFundsParams params) |
account, depositHistory, requestDepositAddress, withdraw, withdraw, withdrawHistorygetExchangeInfo, getTimestamp, refreshTimestampgetClientConfig, verifyOrder, verifyOrder, verifyOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDynamicTradingFeespublic BinanceAccountService(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 IOException
withdrawFunds in interface AccountServiceIOExceptionpublic String requestDepositAddress(Currency currency, String... args) throws IOException
requestDepositAddress in interface AccountServiceIOExceptionpublic TradeHistoryParams createFundingHistoryParams()
createFundingHistoryParams in interface AccountServicepublic List<FundingRecord> getFundingHistory(TradeHistoryParams params) throws IOException
getFundingHistory in interface AccountServiceIOExceptionCopyright © 2012–2018 Knowm Inc.. All rights reserved.