Uses of Class
org.knowm.xchange.kucoin.dto.response.AccountLedgersResponse
Packages that use AccountLedgersResponse
-
Uses of AccountLedgersResponse in org.knowm.xchange.kucoin
Methods in org.knowm.xchange.kucoin that return types with arguments of type AccountLedgersResponseModifier and TypeMethodDescriptionKucoinAccountServiceRaw.getAccountLedgers
(String accountId, Long startAt, Long endAt, Integer pageSize, Integer currentPage) Deprecated.KucoinAccountServiceRaw.getAccountLedgersWithParams
(String currency, String direction, String bizType, Long startAt, Long endAt, Integer pageSize, Integer currentPage) -
Uses of AccountLedgersResponse in org.knowm.xchange.kucoin.service
Methods in org.knowm.xchange.kucoin.service that return types with arguments of type AccountLedgersResponseModifier and TypeMethodDescriptionAccountAPI.getAccountLedgers
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String accountId, Long startAt, Long endAt, Integer pageSize, Integer currentPage) AccountAPI.getAccountLedgersWithParams
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String currency, String direction, String bizType, Long startAt, Long endAt, Integer pageSize, Integer currentPage)