| 程序包 | 说明 |
|---|---|
| com.kucoin.sdk.rest.adapter | |
| com.kucoin.sdk.rest.interfaces | |
| com.kucoin.sdk.rest.interfaces.retrofit |
| 限定符和类型 | 方法和说明 |
|---|---|
Pagination<TradeResponse> |
FillAPIAdapter.listFills(String symbol,
String orderId,
String side,
String type,
String tradeType,
Long start,
Long end,
int pageSize,
int currentPage) |
List<TradeResponse> |
FillAPIAdapter.queryLimitFillsList() |
Pagination<TradeResponse> |
FillAPIAdapter.queryLimitFillsPageList(int pageSize,
int currentPage) |
| 限定符和类型 | 方法和说明 |
|---|---|
Pagination<TradeResponse> |
FillAPI.listFills(String symbol,
String orderId,
String side,
String type,
String tradeType,
Long startAt,
Long endAt,
int pageSize,
int currentPage)
Get a list of recent fills.
|
List<TradeResponse> |
FillAPI.queryLimitFillsList()
Request via this endpoint to get a list of 1000 fills in the last 24 hours.
|
Pagination<TradeResponse> |
FillAPI.queryLimitFillsPageList(int pageSize,
int currentPage)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
retrofit2.Call<KucoinResponse<List<TradeResponse>>> |
FillAPIRetrofit.queryLimitTradeList() |
retrofit2.Call<KucoinResponse<Pagination<TradeResponse>>> |
FillAPIRetrofit.queryLimitTradePageList(int pageSize,
int currentPage)
已过时。
|
retrofit2.Call<KucoinResponse<Pagination<TradeResponse>>> |
FillAPIRetrofit.queryTrades(String symbol,
String orderId,
String side,
String type,
String tradeType,
Long startAt,
Long endAt,
int pageSize,
int currentPage) |
Copyright © 2023. All rights reserved.