| 程序包 | 说明 |
|---|---|
| com.kucoin.sdk.rest.adapter | |
| com.kucoin.sdk.rest.interfaces | |
| com.kucoin.sdk.rest.interfaces.retrofit |
| 限定符和类型 | 方法和说明 |
|---|---|
List<AccountBalancesResponse> |
AccountAPIAdapter.listAccounts(String currency,
String type) |
List<AccountBalancesResponse> |
AccountAPIAdapter.transferToHFAccount(String clientOid,
String currency,
String from,
BigDecimal amount) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<AccountBalancesResponse> |
AccountAPI.listAccounts(String currency,
String type)
Get a list of accounts.
|
List<AccountBalancesResponse> |
AccountAPI.transferToHFAccount(String clientOid,
String currency,
String from,
BigDecimal amount)
transfer to the high-frequency account
|
| 限定符和类型 | 方法和说明 |
|---|---|
retrofit2.Call<KucoinResponse<List<AccountBalancesResponse>>> |
AccountAPIRetrofit.getAccountList(String currency,
String type) |
Copyright © 2023. All rights reserved.