Uses of Class
org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalancesResponse
| Package | Description |
|---|---|
| org.knowm.xchange.bitfinex.service | |
| org.knowm.xchange.bitfinex.v1 |
-
Uses of BitfinexBalancesResponse in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return BitfinexBalancesResponse Modifier and Type Method Description BitfinexBalancesResponse[]BitfinexAccountServiceRaw. getBitfinexAccountInfo()Methods in org.knowm.xchange.bitfinex.service with parameters of type BitfinexBalancesResponse Modifier and Type Method Description static List<Wallet>BitfinexAdapters. adaptWallets(BitfinexBalancesResponse[] response) -
Uses of BitfinexBalancesResponse in org.knowm.xchange.bitfinex.v1
Methods in org.knowm.xchange.bitfinex.v1 that return BitfinexBalancesResponse Modifier and Type Method Description BitfinexBalancesResponse[]BitfinexAuthenticated. balances(String apiKey, si.mazi.rescu.ParamsDigest payload, si.mazi.rescu.ParamsDigest signature, BitfinexBalancesRequest balancesRequest)