Class BitcoindeAccountService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService<BitcoindeExchange>
org.knowm.xchange.bitcoinde.v4.service.BitcoindeBaseService
org.knowm.xchange.bitcoinde.v4.service.BitcoindeAccountServiceRaw
org.knowm.xchange.bitcoinde.v4.service.BitcoindeAccountService
- All Implemented Interfaces:
AccountService
,BaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.bitcoinde.v4.service.BitcoindeBaseService
apiKey, bitcoinde, signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreateTradeHistoryParams
object specific to this exchange.Get account infogetFundingHistory
(TradeHistoryParams params) Methods inherited from class org.knowm.xchange.bitcoinde.v4.service.BitcoindeAccountServiceRaw
getAccountLedger, getBitcoindeAccount
Methods inherited from class org.knowm.xchange.bitcoinde.v4.service.BitcoindeBaseService
handleError
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
getDynamicTradingFeesByInstrument, requestDepositAddress, requestDepositAddressData, withdrawFunds, withdrawFunds, withdrawFunds
-
Constructor Details
-
BitcoindeAccountService
-
-
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
-
createFundingHistoryParams
Description copied from interface:AccountService
CreateTradeHistoryParams
object specific to this exchange. Object created by this method may be used to discover supported and requiredAccountService.getFundingHistory(TradeHistoryParams)
parameters and should be passed only to the method in the same class as the createFundingHistoryParams that created the object.- Specified by:
createFundingHistoryParams
in interfaceAccountService
-
getFundingHistory
- Specified by:
getFundingHistory
in interfaceAccountService
- Returns:
- list of funding history if available or an empty list otherwise. This should never return null.
- Throws:
IOException
- - Indication that a networking error occurred while fetching JSON data
-