public interface UserAPI
| 限定符和类型 | 方法和说明 |
|---|---|
List<SubUserInfoResponse> |
listSubUsers()
Get a list of sub-users.
|
Pagination<SubUserInfoResponse> |
pageListSubUsers(int currentPage,
int pageSize)
Get a page list of sub-users.
|
List<SubUserInfoResponse> listSubUsers() throws IOException
You can create sub-users on web end.
IOException - on socket errors.KucoinApiException - when errors are returned from the exchange.Pagination<SubUserInfoResponse> pageListSubUsers(int currentPage, int pageSize) throws IOException
You can create sub-users on web end.
currentPage - The page to fetchpageSize - The page size.IOException - on socket errors.KucoinApiException - when errors are returned from the exchange.Copyright © 2023. All rights reserved.