Package org.knowm.xchange.exmo.service
Class ExmoAccountService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.exmo.service.BaseExmoService
org.knowm.xchange.exmo.service.ExmoAccountServiceRaw
org.knowm.xchange.exmo.service.ExmoAccountService
- All Implemented Interfaces:
AccountService,BaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.exmo.service.BaseExmoService
apiKey, exmo, signatureCreatorFields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFundingHistory(TradeHistoryParams params) requestDepositAddress(Currency currency, String... args) withdrawFunds(WithdrawFundsParams params) Methods inherited from class org.knowm.xchange.exmo.service.ExmoAccountServiceRaw
balances, depositAddresses, getFundingHistoryMethods inherited from class org.knowm.xchange.exmo.service.BaseExmoService
adaptMarketMethods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.knowm.xchange.service.account.AccountService
createFundingHistoryParams, getDynamicTradingFeesByInstrument, requestDepositAddressData, withdrawFunds, withdrawFunds
-
Constructor Details
-
ExmoAccountService
-
-
Method Details
-
getAccountInfo
- Specified by:
getAccountInfoin interfaceAccountService- Throws:
IOException
-
requestDepositAddress
- Specified by:
requestDepositAddressin interfaceAccountService- Throws:
IOException
-
withdrawFunds
- Specified by:
withdrawFundsin interfaceAccountService- Throws:
IOException
-
getFundingHistory
- Specified by:
getFundingHistoryin interfaceAccountService- Throws:
IOException
-