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