Uses of Class
org.knowm.xchange.dto.account.Wallet
Packages that use Wallet
Package
Description
-
Uses of Wallet in info.bitrich.xchangestream.coinmate.v2
Methods in info.bitrich.xchangestream.coinmate.v2 that return types with arguments of type WalletModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<Wallet>CoinmateStreamingAccountService.getWalletChanges(Object... args) -
Uses of Wallet in info.bitrich.xchangestream.lgo
Methods in info.bitrich.xchangestream.lgo that return types with arguments of type Wallet -
Uses of Wallet in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance that return WalletModifier and TypeMethodDescriptionstatic WalletBinanceAdapters.adaptBinanceFutureWallet(BinanceFutureAccountInformation futureAccountInformation) static WalletBinanceAdapters.adaptBinanceSpotWallet(BinanceAccountInformation binanceAccountInformation) -
Uses of Wallet in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return types with arguments of type WalletModifier and TypeMethodDescriptionBitfinexAdapters.adaptWallets(BitfinexBalancesResponse[] response) -
Uses of Wallet in org.knowm.xchange.bitflyer
Methods in org.knowm.xchange.bitflyer that return WalletModifier and TypeMethodDescriptionstatic WalletBitflyerAdapters.adaptAccountInfo(List<BitflyerBalance> balances) Adapts a list of BitflyerBalance objects to Wallet. -
Uses of Wallet in org.knowm.xchange.bitmex
Methods in org.knowm.xchange.bitmex that return WalletModifier and TypeMethodDescriptionstatic WalletBitmexAdapters.adaptWallet(Map<String, BigDecimal> bitmexWallet) -
Uses of Wallet in org.knowm.xchange.bitso
Methods in org.knowm.xchange.bitso that return WalletModifier and TypeMethodDescriptionstatic WalletBitsoAdapters.adaptWallet(BitsoBalance bitsoBalance) -
Uses of Wallet in org.knowm.xchange.bittrex
Methods in org.knowm.xchange.bittrex that return WalletModifier and TypeMethodDescriptionstatic WalletBittrexAdapters.adaptWallet(Collection<BittrexBalance> balances) -
Uses of Wallet in org.knowm.xchange.bl3p
Methods in org.knowm.xchange.bl3p that return WalletModifier and TypeMethodDescriptionstatic WalletBl3pAdapters.adaptBalances(Map<String, Bl3pAccountInfo.Bl3pAccountInfoWallet> bl3pBalances) -
Uses of Wallet in org.knowm.xchange.bleutrade
Methods in org.knowm.xchange.bleutrade that return WalletModifier and TypeMethodDescriptionstatic WalletBleutradeAdapters.adaptBleutradeBalances(List<BleutradeBalance> bleutradeBalances) -
Uses of Wallet in org.knowm.xchange.btcmarkets
Methods in org.knowm.xchange.btcmarkets that return WalletModifier and TypeMethodDescriptionstatic WalletBTCMarketsAdapters.adaptWallet(List<BTCMarketsBalance> balances) -
Uses of Wallet in org.knowm.xchange.btcturk
Methods in org.knowm.xchange.btcturk that return WalletModifier and TypeMethodDescriptionstatic WalletBTCTurkAdapters.adaptWallet(String name, BTCTurkAccountBalance btcTurkBalance) -
Uses of Wallet in org.knowm.xchange.bybit
Methods in org.knowm.xchange.bybit that return WalletModifier and TypeMethodDescriptionstatic WalletBybitAdapters.adaptBybitBalances(List<BybitCoinWalletBalance> coinWalletBalances) static WalletBybitAdapters.adaptBybitBalances(BybitAllCoinsBalance allCoinsBalance) -
Uses of Wallet in org.knowm.xchange.ccex
Methods in org.knowm.xchange.ccex that return WalletModifier and TypeMethodDescriptionstatic WalletCCEXAdapters.adaptWallet(List<CCEXBalance> balances) -
Uses of Wallet in org.knowm.xchange.cexio
Methods in org.knowm.xchange.cexio that return WalletModifier and TypeMethodDescriptionstatic WalletCexIOAdapters.adaptWallet(CexIOBalanceInfo cexIOBalanceInfo) Adapts CexIOBalanceInfo to Wallet -
Uses of Wallet in org.knowm.xchange.coinbasepro
Methods in org.knowm.xchange.coinbasepro that return WalletModifier and TypeMethodDescriptionstatic WalletCoinbaseProAdapters.adaptAccountInfo(CoinbaseProAccount[] coinbaseProAccounts) -
Uses of Wallet in org.knowm.xchange.coinex
Methods in org.knowm.xchange.coinex that return WalletModifier and TypeMethodDescriptionCoinexAdapters.toWallet(List<CoinexBalanceInfo> coinexBalanceInfos) -
Uses of Wallet in org.knowm.xchange.coinmate
Methods in org.knowm.xchange.coinmate that return WalletModifier and TypeMethodDescriptionstatic WalletCoinmateAdapters.adaptWallet(CoinmateBalance coinmateBalance) -
Uses of Wallet in org.knowm.xchange.coinone
Methods in org.knowm.xchange.coinone that return WalletModifier and TypeMethodDescriptionstatic WalletCoinoneAdapters.adaptWallet(CoinoneBalancesResponse coninoneResponse) -
Uses of Wallet in org.knowm.xchange.dto.account
Methods in org.knowm.xchange.dto.account that return WalletModifier and TypeMethodDescriptionWallet.Builder.build()AccountInfo.getWallet()Gets wallet for accounts which don't use multiple wallets with idsGets the wallet with a specific idAccountInfo.getWallet(Wallet.WalletFeature feature) Get wallet with given featureMethods in org.knowm.xchange.dto.account that return types with arguments of type WalletConstructors in org.knowm.xchange.dto.account with parameters of type WalletModifierConstructorDescriptionAccountInfo(String username, BigDecimal tradingFee, Wallet... wallets) AccountInfo(String username, Wallet... wallets) AccountInfo(Date timestamp, Wallet... wallets) AccountInfo(Wallet... wallets) Constructor parameters in org.knowm.xchange.dto.account with type arguments of type WalletModifierConstructorDescriptionAccountInfo(String username, BigDecimal tradingFee, Collection<Wallet> wallets) Constructs anAccountInfo.AccountInfo(String username, BigDecimal tradingFee, Collection<Wallet> wallets, Collection<OpenPosition> openPositions, Date timestamp) Constructs anAccountInfo.AccountInfo(String username, BigDecimal tradingFee, Collection<Wallet> wallets, Date timestamp) Constructs anAccountInfo.AccountInfo(String username, Collection<Wallet> wallets) AccountInfo(Collection<Wallet> wallets) -
Uses of Wallet in org.knowm.xchange.gateio
Methods in org.knowm.xchange.gateio that return WalletModifier and TypeMethodDescriptionstatic WalletGateioAdapters.adaptWallet(GateioFunds bterAccountInfo) -
Uses of Wallet in org.knowm.xchange.gemini.v1
Methods in org.knowm.xchange.gemini.v1 that return WalletModifier and TypeMethodDescriptionstatic WalletGeminiAdapters.adaptWallet(GeminiBalancesResponse[] response) -
Uses of Wallet in org.knowm.xchange.hitbtc.v2
Methods in org.knowm.xchange.hitbtc.v2 that return WalletModifier and TypeMethodDescriptionstatic WalletHitbtcAdapters.adaptWallet(String name, List<HitbtcBalance> hitbtcBalances) -
Uses of Wallet in org.knowm.xchange.huobi
Methods in org.knowm.xchange.huobi that return WalletModifier and TypeMethodDescriptionstatic WalletHuobiAdapters.adaptWallet(Map<String, HuobiBalanceSum> huobiWallet) -
Uses of Wallet in org.knowm.xchange.independentreserve
Methods in org.knowm.xchange.independentreserve that return WalletModifier and TypeMethodDescriptionstatic WalletIndependentReserveAdapters.adaptWallet(IndependentReserveBalance independentReserveBalance) -
Uses of Wallet in org.knowm.xchange.kraken
Methods in org.knowm.xchange.kraken that return WalletModifier and TypeMethodDescriptionstatic WalletKrakenAdapters.adaptWallet(Map<String, BigDecimal> krakenWallet) -
Uses of Wallet in org.knowm.xchange.livecoin
Methods in org.knowm.xchange.livecoin that return WalletModifier and TypeMethodDescriptionstatic WalletLivecoinAdapters.adaptWallet(List<LivecoinBalance> livecoinBalances) -
Uses of Wallet in org.knowm.xchange.mexc
Methods in org.knowm.xchange.mexc that return WalletModifier and TypeMethodDescriptionstatic WalletMEXCAdapters.adaptMEXCBalances(Map<String, MEXCBalance> mexcBalances) -
Uses of Wallet in org.knowm.xchange.okex
Methods in org.knowm.xchange.okex that return WalletModifier and TypeMethodDescriptionstatic WalletOkexAdapters.adaptOkexAccountPositionRisk(List<OkexAccountPositionRisk> accountPositionRiskData) static WalletOkexAdapters.adaptOkexAssetBalances(List<OkexAssetBalance> okexAssetBalanceList) static WalletOkexAdapters.adaptOkexBalances(List<OkexWalletBalance> okexWalletBalanceList) -
Uses of Wallet in org.knowm.xchange.paymium
Methods in org.knowm.xchange.paymium that return WalletModifier and TypeMethodDescriptionstatic WalletPaymiumAdapters.adaptWallet(PaymiumBalance paymiumBalances) -
Uses of Wallet in org.knowm.xchange.quoine
Methods in org.knowm.xchange.quoine that return WalletModifier and TypeMethodDescriptionstatic WalletQuoineAdapters.adapt(FiatAccount[] fiatBalances, BitcoinAccount[] cryptoBalances) static WalletQuoineAdapters.adaptFiatAccountWallet(FiatAccount[] fiatAccounts) static WalletQuoineAdapters.adaptTradingWallet(QuoineTradingAccountInfo[] quoineWallet) static WalletQuoineAdapters.adaptWallet(QuoineAccountInfo quoineWallet) -
Uses of Wallet in org.knowm.xchange.upbit
Methods in org.knowm.xchange.upbit that return Wallet