Package org.knowm.xchange.mexc.service
Class MEXCAccountService
java.lang.Object
org.knowm.xchange.mexc.service.MEXCBaseService
org.knowm.xchange.mexc.service.MEXCAccountServiceRaw
org.knowm.xchange.mexc.service.MEXCAccountService
- All Implemented Interfaces:
AccountService
,BaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.mexc.service.MEXCBaseService
apiKey, mexcAuthenticated, nonceFactory, signatureCreator
-
Constructor Summary
-
Method Summary
Methods inherited from class org.knowm.xchange.mexc.service.MEXCAccountServiceRaw
getWalletBalances
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.knowm.xchange.service.account.AccountService
createFundingHistoryParams, getDynamicTradingFeesByInstrument, getFundingHistory, requestDepositAddress, requestDepositAddress, requestDepositAddressData, requestDepositAddressData, withdrawFunds, withdrawFunds, withdrawFunds
-
Constructor Details
-
MEXCAccountService
-
-
Method Details
-
getAccountInfo
Description copied from interface:AccountService
Get account info- Specified by:
getAccountInfo
in interfaceAccountService
- Returns:
- the AccountInfo object, null if some sort of error occurred. Implementers should log the error.
- Throws:
IOException
- - Indication that a networking error occurred while fetching JSON data
-