Class BitcoindeAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService<BitcoindeExchange>
org.knowm.xchange.bitcoinde.v4.service.BitcoindeBaseService
org.knowm.xchange.bitcoinde.v4.service.BitcoindeAccountServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
BitcoindeAccountService
public class BitcoindeAccountServiceRaw extends BitcoindeBaseService
-
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 Modifier Constructor Description protected
BitcoindeAccountServiceRaw(BitcoindeExchange exchange)
-
Method Summary
Modifier and Type Method Description BitcoindeAccountLedgerWrapper
getAccountLedger(Currency currency, BitcoindeAccountLedgerType type, Date start, Date end, Integer page)
Calls the API function Bitcoinde.getAccountLedger().BitcoindeAccountWrapper
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
-
Constructor Details
-
BitcoindeAccountServiceRaw
-
-
Method Details
-
getBitcoindeAccount
- Throws:
IOException
-
getAccountLedger
public BitcoindeAccountLedgerWrapper getAccountLedger(Currency currency, BitcoindeAccountLedgerType type, Date start, Date end, Integer page) throws IOExceptionCalls the API function Bitcoinde.getAccountLedger().- Parameters:
currency
- mandatorytype
- optional (default: all)start
- optional (default: 10 days ago)end
- optional (default: yesterday)page
- optional (default: 1)- Returns:
- BitcoindeAccountLedgerWrapper
- Throws:
IOException
-