public class ANXAccountServiceRaw extends ANXBaseService
exchange| Modifier | Constructor and Description |
|---|---|
protected |
ANXAccountServiceRaw(Exchange exchange,
si.mazi.rescu.IRestProxyFactory restProxyFactory)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ANXBitcoinDepositAddress |
anxRequestDepositAddress(String currency) |
ANXWithdrawalResponseWrapper |
anxWithdrawFunds(String currency,
BigDecimal amount,
String address) |
ANXWithdrawalResponseWrapper |
anxWithdrawFunds(String currency,
BigDecimal amount,
String address,
String destinationTag) |
ANXAccountInfo |
getANXAccountInfo() |
ANXWalletHistory |
getWalletHistory(String currency,
Integer page,
Date from,
Date to) |
List<ANXWalletHistoryEntry> |
getWalletHistory(TradeHistoryParams params) |
handleError, handleHttpErrorgetClientConfig, verifyOrder, verifyOrder, verifyOrderprotected ANXAccountServiceRaw(Exchange exchange, si.mazi.rescu.IRestProxyFactory restProxyFactory)
public ANXAccountInfo getANXAccountInfo() throws IOException
IOExceptionpublic ANXWithdrawalResponseWrapper anxWithdrawFunds(String currency, BigDecimal amount, String address) throws IOException
IOExceptionpublic ANXWithdrawalResponseWrapper anxWithdrawFunds(String currency, BigDecimal amount, String address, String destinationTag) throws IOException
IOExceptionpublic ANXBitcoinDepositAddress anxRequestDepositAddress(String currency) throws IOException
IOExceptionpublic List<ANXWalletHistoryEntry> getWalletHistory(TradeHistoryParams params) throws IOException
IOExceptionpublic ANXWalletHistory getWalletHistory(String currency, Integer page, Date from, Date to) throws IOException
IOExceptionCopyright © 2012–2019 Knowm Inc.. All rights reserved.