Class BlockchainAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService<E>
org.knowm.xchange.service.BaseResilientExchangeService<BlockchainExchange>
org.knowm.xchange.blockchain.service.BlockchainBaseService
org.knowm.xchange.blockchain.service.BlockchainAccountServiceRaw
- Direct Known Subclasses:
BlockchainAccountService
public abstract class BlockchainAccountServiceRaw extends BlockchainBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.blockchain.service.BlockchainBaseService
apiKey, blockchainApi
Fields inherited from class org.knowm.xchange.service.BaseResilientExchangeService
resilienceRegistries
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Modifier Constructor Description protected
BlockchainAccountServiceRaw(BlockchainExchange exchange, BlockchainAuthenticated blockchainApi, ResilienceRegistries resilienceRegistries)
-
Method Summary
Modifier and Type Method Description List<BlockchainDeposits>
depositHistory(Long startTime, Long endTime)
protected Map<String,List<BlockchainAccountInformation>>
getAccountInformation()
protected BlockchainDeposit
getDepositAddress(Currency currency)
List<CurrencyPair>
getExchangeSymbols()
BlockchainFees
getFees()
Map<String,BlockchainSymbol>
getSymbols()
protected BlockchainWithdrawal
postWithdrawFunds(BlockchainWithdrawalParams blockchainWithdrawalRequest)
List<BlockchainWithdrawal>
withdrawHistory(Long startTime, Long endTime)
Methods inherited from class org.knowm.xchange.service.BaseResilientExchangeService
decorateApiCall, rateLimiter, rateLimiter, retry, retry
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
BlockchainAccountServiceRaw
protected BlockchainAccountServiceRaw(BlockchainExchange exchange, BlockchainAuthenticated blockchainApi, ResilienceRegistries resilienceRegistries)
-
-
Method Details
-
getAccountInformation
protected Map<String,List<BlockchainAccountInformation>> getAccountInformation() throws IOException, BlockchainException- Throws:
IOException
BlockchainException
-
postWithdrawFunds
protected BlockchainWithdrawal postWithdrawFunds(BlockchainWithdrawalParams blockchainWithdrawalRequest) throws IOException, BlockchainException- Throws:
IOException
BlockchainException
-
getDepositAddress
protected BlockchainDeposit getDepositAddress(Currency currency) throws IOException, BlockchainException- Throws:
IOException
BlockchainException
-
getFees
- Throws:
IOException
-
depositHistory
- Throws:
IOException
-
withdrawHistory
- Throws:
IOException
-
getSymbols
- Throws:
IOException
-
getExchangeSymbols
- Throws:
IOException
-