| 程序包 | 说明 |
|---|---|
| com.kucoin.sdk.rest.adapter | |
| com.kucoin.sdk.rest.interfaces | |
| com.kucoin.sdk.rest.interfaces.retrofit |
| 限定符和类型 | 方法和说明 |
|---|---|
CurrencyDetailV2Response |
CurrencyAPIAdaptor.getCurrencyDetailV2(String currency,
String chain) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CurrencyDetailV2Response> |
CurrencyAPIAdaptor.getCurrenciesV3() |
| 限定符和类型 | 方法和说明 |
|---|---|
CurrencyDetailV2Response |
CurrencyAPI.getCurrencyDetailV2(String currency,
String chain)
Get single currency detail.return all chain if chain is null.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<CurrencyDetailV2Response> |
CurrencyAPI.getCurrenciesV3()
List known currencies detail.
|
| 限定符和类型 | 方法和说明 |
|---|---|
retrofit2.Call<KucoinResponse<List<CurrencyDetailV2Response>>> |
CurrencyAPIRetrofit.getCurrenciesV3() |
retrofit2.Call<KucoinResponse<CurrencyDetailV2Response>> |
CurrencyAPIRetrofit.getCurrencyDetailV2(String currency,
String chain) |
Copyright © 2023. All rights reserved.