Get All Sub-Accounts Info(V1)
You can get the user info of all sub-account via this interface.
TIP
It is recommended to use the GET /api/v2/sub/user
interface for paging query
HTTP REQUEST
GET /api/v1/sub/user
Example
GET /api/v1/sub/user
[
{
"userId": "5cbd31ab9c93e9280cd36a0a", //subUserId
"uid": "1789234",
"subName": "kucoin1",
"type": 0, //type:0-nomal
"remarks": "kucoin1",
"access": "All"
},
{
"userId": "5cbd31b89c93e9280cd36a0d",
"uid": "1789431",
"subName": "kucoin2",
"type": 1, //type:1-rebot
"remarks": "kucoin2",
"access": "All"
}
]
API KEY PERMISSIONS
This endpoint requires the General permission.
REQUEST URL
This endpoint support Spot URL
REQUEST RATE LIMIT
Manage weight
:20
PARAMETERS
N/A
RESPONSES
Param | Description |
---|---|
userId | The user ID of your sub-account |
uid | The UID of your sub-account |
subName | The username of your sub-account |
type | The type of your sub-account |
remarks | Remark |
access | The permissions of your sub-account |