public interface HistoryAPIRetrofit
| 限定符和类型 | 方法和说明 |
|---|---|
retrofit2.Call<KucoinResponse<List<List<String>>>> |
getHistoricRates(String symbol,
long startAt,
long endAt,
String type) |
retrofit2.Call<KucoinResponse<List<TradeHistoryResponse>>> |
getTradeHistories(String symbol) |
@GET(value="api/v1/market/histories") retrofit2.Call<KucoinResponse<List<TradeHistoryResponse>>> getTradeHistories(@Query(value="symbol") String symbol)
Copyright © 2023. All rights reserved.