Class BlockchainAccountService
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
org.knowm.xchange.blockchain.service.BlockchainAccountService
- All Implemented Interfaces:
AccountService,BaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.blockchain.service.BlockchainBaseService
apiKey, blockchainApiFields inherited from class org.knowm.xchange.service.BaseResilientExchangeService
resilienceRegistriesFields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange -
Constructor Summary
ConstructorsConstructorDescriptionBlockchainAccountService(BlockchainExchange exchange, BlockchainAuthenticated blockchainApi, ResilienceRegistries resilienceRegistries) -
Method Summary
Modifier and TypeMethodDescriptiongetFundingHistory(TradeHistoryParams params) requestDepositAddress(Currency currency, String... args) requestDepositAddressData(Currency currency, String... args) withdrawFunds(Currency currency, BigDecimal amount, String address) UsewithdrawFunds(WithdrawFundsParams params)insteadwithdrawFunds(Currency currency, BigDecimal amount, AddressWithTag address) UsewithdrawFunds(WithdrawFundsParams params)insteadwithdrawFunds(WithdrawFundsParams params) For more information seeWithdrawFundsParamsMethods inherited from class org.knowm.xchange.blockchain.service.BlockchainAccountServiceRaw
depositHistory, getAccountInformation, getDepositAddress, getExchangeSymbols, getFees, getSymbols, postWithdrawFunds, withdrawHistoryMethods inherited from class org.knowm.xchange.service.BaseResilientExchangeService
decorateApiCall, rateLimiter, rateLimiter, retry, retryMethods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
BlockchainAccountService
public BlockchainAccountService(BlockchainExchange exchange, BlockchainAuthenticated blockchainApi, ResilienceRegistries resilienceRegistries)
-
-
Method Details
-
getAccountInfo
- Specified by:
getAccountInfoin interfaceAccountService- Throws:
IOException
-
withdrawFunds
public String withdrawFunds(Currency currency, BigDecimal amount, String address) throws IOException UsewithdrawFunds(WithdrawFundsParams params)instead- Specified by:
withdrawFundsin interfaceAccountService- Throws:
IOException
-
withdrawFunds
public String withdrawFunds(Currency currency, BigDecimal amount, AddressWithTag address) throws IOException UsewithdrawFunds(WithdrawFundsParams params)instead- Specified by:
withdrawFundsin interfaceAccountService- Throws:
IOException
-
withdrawFunds
For more information seeWithdrawFundsParams- Specified by:
withdrawFundsin interfaceAccountService- Throws:
IOException
-
requestDepositAddress
- Specified by:
requestDepositAddressin interfaceAccountService- Throws:
IOException
-
requestDepositAddressData
public AddressWithTag requestDepositAddressData(Currency currency, String... args) throws IOException - Specified by:
requestDepositAddressDatain interfaceAccountService- Throws:
IOException
-
createFundingHistoryParams
- Specified by:
createFundingHistoryParamsin interfaceAccountService
-
getFundingHistory
- Specified by:
getFundingHistoryin interfaceAccountService- Throws:
IOException
-
getDynamicTradingFeesByInstrument
- Specified by:
getDynamicTradingFeesByInstrumentin interfaceAccountService- Throws:
IOException
-