| 程序包 | 说明 |
|---|---|
| com.kucoin.sdk.rest.adapter | |
| com.kucoin.sdk.rest.interfaces | |
| com.kucoin.sdk.rest.interfaces.retrofit |
| 限定符和类型 | 方法和说明 |
|---|---|
Pagination<AccountDetailResponse> |
AccountAPIAdapter.getAccountLedgers(String currency,
String direction,
String bizType,
long startAt,
long endAt,
int currentPage,
int pageSize) |
Pagination<DepositResponse> |
DepositAPIAdapter.getDepositPageList(String currency,
long startAt,
long endAt,
String status,
int currentPage,
int pageSize) |
Pagination<DepositResponse> |
DepositAPIAdapter.getHistDepositPageList(String currency,
String status,
long startAt,
long endAt,
int currentPage,
int pageSize) |
Pagination<WithdrawResponse> |
WithdrawalAPIAdapter.getHistWithdrawPageList(String currency,
String status,
long startAt,
long endAt,
int currentPage,
int pageSize) |
Pagination<SubAccountBalanceResponse> |
AccountAPIAdapter.getSubAccountPageList(int currentPage,
int pageSize) |
Pagination<WithdrawResponse> |
WithdrawalAPIAdapter.getWithdrawList(String currency,
String status,
long startAt,
long endAt,
int currentPage,
int pageSize) |
Pagination<TradeResponse> |
FillAPIAdapter.listFills(String symbol,
String orderId,
String side,
String type,
String tradeType,
Long start,
Long end,
int pageSize,
int currentPage) |
Pagination<OrderResponse> |
OrderAPIAdapter.listOrders(String symbol,
String side,
String type,
String tradeType,
String status,
Long start,
Long end,
int pageSize,
int currentPage) |
Pagination<SubUserInfoResponse> |
UserAPIAdapter.pageListSubUsers(int currentPage,
int pageSize) |
Pagination<ActiveLendItem> |
LoanAPIAdapter.queryActiveLend(String currency,
Integer currentPage,
Integer pageSize) |
Pagination<BorrowOutstandingResponse> |
LoanAPIAdapter.queryBorrowOutstanding(BorrowRecordQueryRequest request) |
Pagination<IsolatedBorrowOutstandingResponse> |
IsolatedAPIAdapter.queryBorrowOutstanding(String symbol,
String currency,
int pageSize,
int currentPage) |
Pagination<BorrowRepaidResponse> |
LoanAPIAdapter.queryBorrowRepaid(BorrowRecordQueryRequest request) |
Pagination<IsolatedBorrowRepaidResponse> |
IsolatedAPIAdapter.queryBorrowRepaid(String symbol,
String currency,
int pageSize,
int currentPage) |
Pagination<DoneLendItem> |
LoanAPIAdapter.queryDoneLend(String currency,
Integer currentPage,
Integer pageSize) |
Pagination<TradeResponse> |
FillAPIAdapter.queryLimitFillsPageList(int pageSize,
int currentPage) |
Pagination<OrderResponse> |
OrderAPIAdapter.queryLimitOrderPageList(int pageSize,
int currentPage) |
Pagination<SettledTradeItem> |
LoanAPIAdapter.querySettledTrade(String currency,
Integer currentPage,
Integer pageSize) |
Pagination<StopOrderResponse> |
StopOrderAPIAdapter.queryStopOrders(StopOrderQueryRequest request) |
Pagination<UnsettledTradeItem> |
LoanAPIAdapter.queryUnsettledTrade(String currency,
Integer currentPage,
Integer pageSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
Pagination<AccountDetailResponse> |
AccountAPI.getAccountLedgers(String currency,
String direction,
String bizType,
long startAt,
long endAt,
int currentPage,
int pageSize)
List account activity.
|
Pagination<DepositResponse> |
DepositAPI.getDepositPageList(String currency,
long startAt,
long endAt,
String status,
int currentPage,
int pageSize)
Get deposit page list.
|
Pagination<DepositResponse> |
DepositAPI.getHistDepositPageList(String currency,
String status,
long startAt,
long endAt,
int currentPage,
int pageSize)
Request via this endpoint to get the V1 historical deposits list on KuCoin.
|
Pagination<WithdrawResponse> |
WithdrawalAPI.getHistWithdrawPageList(String currency,
String status,
long startAt,
long endAt,
int currentPage,
int pageSize)
List of KuCoin V1 historical withdrawals.
|
Pagination<SubAccountBalanceResponse> |
AccountAPI.getSubAccountPageList(int currentPage,
int pageSize)
This endpoint can be used to get paginated sub-account information.
|
Pagination<WithdrawResponse> |
WithdrawalAPI.getWithdrawList(String currency,
String status,
long startAt,
long endAt,
int currentPage,
int pageSize)
check withdrawals list
|
Pagination<TradeResponse> |
FillAPI.listFills(String symbol,
String orderId,
String side,
String type,
String tradeType,
Long startAt,
Long endAt,
int pageSize,
int currentPage)
Get a list of recent fills.
|
Pagination<OrderResponse> |
OrderAPI.listOrders(String symbol,
String side,
String type,
String tradeType,
String status,
Long startAt,
Long endAt,
int pageSize,
int currentPage)
List your current orders.
|
Pagination<SubUserInfoResponse> |
UserAPI.pageListSubUsers(int currentPage,
int pageSize)
Get a page list of sub-users.
|
Pagination<ActiveLendItem> |
LoanAPI.queryActiveLend(String currency,
Integer currentPage,
Integer pageSize)
Get Active Order
Request via this endpoint to get active lend orders.
|
Pagination<BorrowOutstandingResponse> |
LoanAPI.queryBorrowOutstanding(BorrowRecordQueryRequest request)
Get Repay Record
|
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.
|
Pagination<BorrowRepaidResponse> |
LoanAPI.queryBorrowRepaid(BorrowRecordQueryRequest request)
Get Repayment Record
|
Pagination<IsolatedBorrowRepaidResponse> |
IsolatedAPI.queryBorrowRepaid(String symbol,
String currency,
int pageSize,
int currentPage)
This API endpoint is used to query the repayment records of isolated margin positions.
|
Pagination<DoneLendItem> |
LoanAPI.queryDoneLend(String currency,
Integer currentPage,
Integer pageSize)
Get Lent History
Request via this endpoint to get lent orders .
|
Pagination<TradeResponse> |
FillAPI.queryLimitFillsPageList(int pageSize,
int currentPage)
已过时。
|
Pagination<OrderResponse> |
OrderAPI.queryLimitOrderPageList(int pageSize,
int currentPage)
已过时。
|
Pagination<SettledTradeItem> |
LoanAPI.querySettledTrade(String currency,
Integer currentPage,
Integer pageSize)
Get Settled Lend Order History
Request via this endpoint to get the settled lend orders .
|
Pagination<StopOrderResponse> |
StopOrderAPI.queryStopOrders(StopOrderQueryRequest request)
Query un-triggered stop orders which requested.
|
Pagination<UnsettledTradeItem> |
LoanAPI.queryUnsettledTrade(String currency,
Integer currentPage,
Integer pageSize)
Get Active Lend Order List
Request via this endpoint to get the outstanding lend order list.
|
| 限定符和类型 | 方法和说明 |
|---|---|
retrofit2.Call<KucoinResponse<Pagination<AccountDetailResponse>>> |
AccountAPIRetrofit.getAccountLedgers(String currency,
String direction,
String bizType,
int currentPage,
int pageSize,
long startAt,
long endAt) |
retrofit2.Call<KucoinResponse<Pagination<DepositResponse>>> |
DepositAPIRetrofit.getDepositPageList(int currentPage,
int pageSize,
String currency,
String status,
Long startAt,
Long endAt) |
retrofit2.Call<KucoinResponse<Pagination<DepositResponse>>> |
DepositAPIRetrofit.getHistDepositPageList(int currentPage,
int pageSize,
String currency,
String status,
Long startAt,
Long endAt) |
retrofit2.Call<KucoinResponse<Pagination<WithdrawResponse>>> |
WithdrawalAPIRetrofit.getHistWithdrawPageList(int currentPage,
int pageSize,
String currency,
String status,
Long startAt,
Long endAt) |
retrofit2.Call<KucoinResponse<Pagination<SubAccountBalanceResponse>>> |
AccountAPIRetrofit.getSubAccountPageList(int currentPage,
int pageSize) |
retrofit2.Call<KucoinResponse<Pagination<SubUserInfoResponse>>> |
UserAPIRetrofit.getSubUserPageList(int currentPage,
int pageSize) |
retrofit2.Call<KucoinResponse<Pagination<WithdrawResponse>>> |
WithdrawalAPIRetrofit.getWithdrawPageList(int currentPage,
int pageSize,
String currency,
String status,
Long startAt,
Long endAt) |
retrofit2.Call<KucoinResponse<Pagination<ActiveLendItem>>> |
LoanAPIRetrofit.queryActiveLend(String currency,
Integer currentPage,
Integer pageSize) |
retrofit2.Call<KucoinResponse<Pagination<BorrowOutstandingResponse>>> |
LoanAPIRetrofit.queryBorrowOutstanding(String currency,
Integer currentPage,
Integer pageSize) |
retrofit2.Call<KucoinResponse<Pagination<IsolatedBorrowOutstandingResponse>>> |
IsolatedAPIRetrofit.queryBorrowOutstanding(String symbol,
String currency,
int pageSize,
int currentPage) |
retrofit2.Call<KucoinResponse<Pagination<BorrowRepaidResponse>>> |
LoanAPIRetrofit.queryBorrowRepaid(String currency,
Integer currentPage,
Integer pageSize) |
retrofit2.Call<KucoinResponse<Pagination<IsolatedBorrowRepaidResponse>>> |
IsolatedAPIRetrofit.queryBorrowRepaid(String symbol,
String currency,
int pageSize,
int currentPage) |
retrofit2.Call<KucoinResponse<Pagination<DoneLendItem>>> |
LoanAPIRetrofit.queryDoneLend(String currency,
Integer currentPage,
Integer pageSize) |
retrofit2.Call<KucoinResponse<Pagination<OrderResponse>>> |
OrderAPIRetrofit.queryLimitOrderPageList(int pageSize,
int currentPage)
已过时。
|
retrofit2.Call<KucoinResponse<Pagination<TradeResponse>>> |
FillAPIRetrofit.queryLimitTradePageList(int pageSize,
int currentPage)
已过时。
|
retrofit2.Call<KucoinResponse<Pagination<OrderResponse>>> |
OrderAPIRetrofit.queryOrders(String symbol,
String side,
String type,
String tradeType,
String status,
Long startAt,
Long endAt,
int pageSize,
int currentPage) |
retrofit2.Call<KucoinResponse<Pagination<SettledTradeItem>>> |
LoanAPIRetrofit.querySettledTrade(String currency,
Integer currentPage,
Integer pageSize) |
retrofit2.Call<KucoinResponse<Pagination<StopOrderResponse>>> |
StopOrderAPIRetrofit.queryStopOrders(Map<String,String> params) |
retrofit2.Call<KucoinResponse<Pagination<TradeResponse>>> |
FillAPIRetrofit.queryTrades(String symbol,
String orderId,
String side,
String type,
String tradeType,
Long startAt,
Long endAt,
int pageSize,
int currentPage) |
retrofit2.Call<KucoinResponse<Pagination<UnsettledTradeItem>>> |
LoanAPIRetrofit.queryUnsettledTrade(String currency,
Integer currentPage,
Integer pageSize) |
Copyright © 2023. All rights reserved.