Package org.knowm.xchange.upbit.service
Class UpbitAccountService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.upbit.service.UpbitBaseService
org.knowm.xchange.upbit.service.UpbitAccountServiceRaw
org.knowm.xchange.upbit.service.UpbitAccountService
- All Implemented Interfaces:
AccountService
,BaseService
public class UpbitAccountService extends UpbitAccountServiceRaw implements AccountService
-
Field Summary
Fields inherited from class org.knowm.xchange.upbit.service.UpbitBaseService
apiKey, apiSecret, signatureCreator, upbit, url
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description UpbitAccountService(Exchange exchange)
Constructor -
Method Summary
Modifier and Type Method Description AccountInfo
getAccountInfo()
Get account infoMethods inherited from class org.knowm.xchange.upbit.service.UpbitAccountServiceRaw
getWallet
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
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, requestDepositAddressData, withdrawFunds, withdrawFunds, withdrawFunds
-
Constructor Details
-
UpbitAccountService
Constructor- Parameters:
exchange
-
-
-
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
-