| 程序包 | 说明 |
|---|---|
| com.kucoin.sdk.rest.adapter | |
| com.kucoin.sdk.rest.interfaces | |
| com.kucoin.sdk.rest.interfaces.retrofit |
| 限定符和类型 | 方法和说明 |
|---|---|
Pagination<AccountDetailResponse> |
AccountAPIAdapter.getAccountLedgers(String currency,
String direction,
String bizType,
long startAt,
long endAt,
int currentPage,
int pageSize) |
List<AccountDetailResponse> |
AccountAPIAdapter.getHFAccountLedgers(String currency,
String direction,
String bizType,
Long lastId,
Integer limit,
Long startAt,
Long endAt) |
| 限定符和类型 | 方法和说明 |
|---|---|
Pagination<AccountDetailResponse> |
AccountAPI.getAccountLedgers(String currency,
String direction,
String bizType,
long startAt,
long endAt,
int currentPage,
int pageSize)
List account activity.
|
List<AccountDetailResponse> |
AccountAPI.getHFAccountLedgers(String currency,
String direction,
String bizType,
Long lastId,
Integer limit,
Long startAt,
Long endAt)
This API endpoint returns all transfer (in and out) records in high-frequency trading account and supports multi-coin queries.
|
| 限定符和类型 | 方法和说明 |
|---|---|
retrofit2.Call<KucoinResponse<Pagination<AccountDetailResponse>>> |
AccountAPIRetrofit.getAccountLedgers(String currency,
String direction,
String bizType,
int currentPage,
int pageSize,
long startAt,
long endAt) |
retrofit2.Call<KucoinResponse<List<AccountDetailResponse>>> |
AccountAPIRetrofit.getHFAccountLedgers(String currency,
String direction,
String bizType,
Long lastId,
Integer limit,
Long startAt,
Long endAt) |
Copyright © 2023. All rights reserved.