Uses of Class
org.knowm.xchange.kucoin.dto.response.WithdrawalResponse
Packages that use WithdrawalResponse
-
Uses of WithdrawalResponse in org.knowm.xchange.kucoin
Methods in org.knowm.xchange.kucoin that return types with arguments of type WithdrawalResponseModifier and TypeMethodDescriptionKucoinAccountServiceRaw.getWithdrawalsList
(String currency, String status, Long startAt, Long endAt, Integer pageSize, Integer currentPage) Methods in org.knowm.xchange.kucoin with parameters of type WithdrawalResponseModifier and TypeMethodDescriptionstatic FundingRecord
KucoinAdapters.adaptFundingRecord
(WithdrawalResponse wr) -
Uses of WithdrawalResponse in org.knowm.xchange.kucoin.service
Methods in org.knowm.xchange.kucoin.service that return types with arguments of type WithdrawalResponseModifier and TypeMethodDescriptionWithdrawalAPI.getWithdrawalsList
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String currency, String status, Long startAt, Long endAt, Integer pageSize, Integer currentPage) Get Withdrawals List.