| 程序包 | 说明 |
|---|---|
| com.kucoin.sdk.rest.adapter | |
| com.kucoin.sdk.rest.interfaces | |
| com.kucoin.sdk.rest.interfaces.retrofit |
| 限定符和类型 | 方法和说明 |
|---|---|
Pagination<IsolatedBorrowOutstandingResponse> |
IsolatedAPIAdapter.queryBorrowOutstanding(String symbol,
String currency,
int pageSize,
int currentPage) |
| 限定符和类型 | 方法和说明 |
|---|---|
Pagination<IsolatedBorrowOutstandingResponse> |
IsolatedAPI.queryBorrowOutstanding(String symbol,
String currency,
int pageSize,
int currentPage)
This API endpoint is used to query the outstanding repayment records of isolated margin positions.
|
| 限定符和类型 | 方法和说明 |
|---|---|
retrofit2.Call<KucoinResponse<Pagination<IsolatedBorrowOutstandingResponse>>> |
IsolatedAPIRetrofit.queryBorrowOutstanding(String symbol,
String currency,
int pageSize,
int currentPage) |
Copyright © 2023. All rights reserved.