| 程序包 | 说明 |
|---|---|
| com.kucoin.sdk.rest.adapter | |
| com.kucoin.sdk.rest.interfaces | |
| com.kucoin.sdk.rest.interfaces.retrofit |
| 限定符和类型 | 方法和说明 |
|---|---|
HFTradeResponse |
FillAPIAdapter.queryHFTrades(String symbol,
String orderId,
String side,
String type,
Long startAt,
Long endAt,
Long lastId,
Integer limit) |
| 限定符和类型 | 方法和说明 |
|---|---|
HFTradeResponse |
FillAPI.queryHFTrades(String symbol,
String orderId,
String side,
String type,
Long startAt,
Long endAt,
Long lastId,
Integer limit)
This endpoint can be used to obtain a list of the latest HF transaction details.
|
| 限定符和类型 | 方法和说明 |
|---|---|
retrofit2.Call<KucoinResponse<HFTradeResponse>> |
FillAPIRetrofit.queryHFTrades(String symbol,
String orderId,
String side,
String type,
Long startAt,
Long endAt,
Long lastId,
Integer limit) |
Copyright © 2023. All rights reserved.