Uses of Class
org.knowm.xchange.dto.account.AddressWithTag
Packages that use AddressWithTag
Package
Description
-
Uses of AddressWithTag in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service that return AddressWithTagModifier and TypeMethodDescriptionBinanceAccountService.requestDepositAddressData
(Currency currency, String... args) BinanceUsAccountService.requestDepositAddressData
(Currency currency, String... args) Methods in org.knowm.xchange.binance.service with parameters of type AddressWithTagModifier and TypeMethodDescriptionBinanceAccountService.withdrawFunds
(Currency currency, BigDecimal amount, AddressWithTag address) BinanceUsAccountService.withdrawFunds
(Currency currency, BigDecimal amount, AddressWithTag address) -
Uses of AddressWithTag in org.knowm.xchange.bittrex.service
Methods in org.knowm.xchange.bittrex.service that return AddressWithTagModifier and TypeMethodDescriptionBittrexAccountService.requestDepositAddressData
(Currency currency, String... args) -
Uses of AddressWithTag in org.knowm.xchange.blockchain
Methods in org.knowm.xchange.blockchain that return AddressWithTagModifier and TypeMethodDescriptionstatic AddressWithTag
BlockchainAdapters.toAddressWithTag
(BlockchainDeposit blockchainDeposit) -
Uses of AddressWithTag in org.knowm.xchange.blockchain.service
Methods in org.knowm.xchange.blockchain.service that return AddressWithTagModifier and TypeMethodDescriptionBlockchainAccountService.requestDepositAddressData
(Currency currency, String... args) -
Uses of AddressWithTag in org.knowm.xchange.coinbasepro.service
Methods in org.knowm.xchange.coinbasepro.service that return AddressWithTagModifier and TypeMethodDescriptionCoinbaseProAccountService.requestDepositAddressData
(Currency currency, String... args) Methods in org.knowm.xchange.coinbasepro.service with parameters of type AddressWithTagModifier and TypeMethodDescriptionCoinbaseProAccountService.withdrawFunds
(Currency currency, BigDecimal amount, AddressWithTag address) -
Uses of AddressWithTag in org.knowm.xchange.coinmate.service
Methods in org.knowm.xchange.coinmate.service with parameters of type AddressWithTagModifier and TypeMethodDescriptionCoinmateAccountService.withdrawFunds
(Currency currency, BigDecimal amount, AddressWithTag address) -
Uses of AddressWithTag in org.knowm.xchange.huobi.service
Methods in org.knowm.xchange.huobi.service that return AddressWithTagModifier and TypeMethodDescriptionHuobiAccountService.requestDepositAddressData
(Currency currency, String... args) Methods in org.knowm.xchange.huobi.service with parameters of type AddressWithTagModifier and TypeMethodDescriptionHuobiAccountService.withdrawFunds
(Currency currency, BigDecimal amount, AddressWithTag address) -
Uses of AddressWithTag in org.knowm.xchange.kraken
Methods in org.knowm.xchange.kraken that return AddressWithTagModifier and TypeMethodDescriptionstatic AddressWithTag
KrakenAdapters.adaptKrakenDepositAddress
(KrakenDepositAddress[] krakenDepositAddress) -
Uses of AddressWithTag in org.knowm.xchange.kraken.service
Methods in org.knowm.xchange.kraken.service that return AddressWithTagModifier and TypeMethodDescriptionKrakenAccountService.requestDepositAddressData
(Currency currency, String... args) KrakenAccountService.requestDepositAddressData
(RequestDepositAddressParams requestDepositAddressParams) -
Uses of AddressWithTag in org.knowm.xchange.service.account
Methods in org.knowm.xchange.service.account that return AddressWithTagModifier and TypeMethodDescriptiondefault AddressWithTag
AccountService.requestDepositAddressData
(Currency currency, String... args) Request a digital currency address to fund this account.default AddressWithTag
AccountService.requestDepositAddressData
(RequestDepositAddressParams params) Request a digital currency address to fund this account.Methods in org.knowm.xchange.service.account with parameters of type AddressWithTagModifier and TypeMethodDescriptiondefault String
AccountService.withdrawFunds
(Currency currency, BigDecimal amount, AddressWithTag address) Convenience method, typically just delegates to withdrawFunds(WithdrawFundsParams params) -
Uses of AddressWithTag in org.knowm.xchange.service.trade.params
Constructors in org.knowm.xchange.service.trade.params with parameters of type AddressWithTagModifierConstructorDescriptionDefaultWithdrawFundsParams
(AddressWithTag address, Currency currency, BigDecimal amount) DefaultWithdrawFundsParams
(AddressWithTag address, Currency currency, BigDecimal amount, BigDecimal commission)