Uses of Class
org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryResponse
-
Packages that use BitfinexDepositWithdrawalHistoryResponse Package Description org.knowm.xchange.bitfinex.service org.knowm.xchange.bitfinex.v1 -
-
Uses of BitfinexDepositWithdrawalHistoryResponse in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return BitfinexDepositWithdrawalHistoryResponse Modifier and Type Method Description BitfinexDepositWithdrawalHistoryResponse[]BitfinexAccountServiceRaw. getDepositWithdrawalHistory(String currency, String method, Date since, Date until, Integer limit)Methods in org.knowm.xchange.bitfinex.service with parameters of type BitfinexDepositWithdrawalHistoryResponse Modifier and Type Method Description static List<FundingRecord>BitfinexAdapters. adaptFundingHistory(BitfinexDepositWithdrawalHistoryResponse[] bitfinexDepositWithdrawalHistoryResponses) -
Uses of BitfinexDepositWithdrawalHistoryResponse in org.knowm.xchange.bitfinex.v1
Methods in org.knowm.xchange.bitfinex.v1 that return BitfinexDepositWithdrawalHistoryResponse Modifier and Type Method Description BitfinexDepositWithdrawalHistoryResponse[]BitfinexAuthenticated. depositWithdrawalHistory(String apiKey, si.mazi.rescu.ParamsDigest payload, si.mazi.rescu.ParamsDigest signature, BitfinexDepositWithdrawalHistoryRequest request)
-