public class ANXAccountService extends ANXAccountServiceRaw implements AccountService
Exchange:
| Modifier and Type | Class and Description |
|---|---|
static class |
ANXAccountService.AnxFundingHistoryParams |
exchange| Constructor and Description |
|---|
ANXAccountService(Exchange exchange,
si.mazi.rescu.IRestProxyFactory restProxyFactory)
Constructor
|
| 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(Currency currency,
BigDecimal amount,
String address,
String tag) |
String |
withdrawFunds(WithdrawFundsParams params) |
anxRequestDepositAddress, anxWithdrawFunds, anxWithdrawFunds, getANXAccountInfo, getWalletHistory, getWalletHistoryhandleError, handleHttpErrorgetClientConfig, verifyOrder, verifyOrder, verifyOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDynamicTradingFeespublic ANXAccountService(Exchange exchange, si.mazi.rescu.IRestProxyFactory restProxyFactory)
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(Currency currency, BigDecimal amount, String address, String tag) throws IOException
IOExceptionpublic 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–2019 Knowm Inc.. All rights reserved.