Create Sub-Account
This endpoint can be used to create sub-accounts.
HTTP REQUEST
POST /api/v2/sub/user/created
Example
POST /api/v2/sub/user/created
{
"code": "200000",
"data": {
"uid": 9969082973,
"subName": "AAAAAAAAAA0007",
"remarks": "remark",
"access": "Spot"
}
}
API KEY PERMISSIONS
This endpoint requires the General permission.
REQUEST URLs
This endpoint support Spot URL
REQUEST RATE LIMIT
Manage weight
:15
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
password | String | Yes | Password(7-24 characters, must contain letters and numbers, cannot only contain numbers or include special characters) |
remarks | String | No | Remarks(1~24 characters) |
subName | String | Yes | Sub-account name(must contain 7-32 characters, at least one number and one letter. Cannot contain any spaces.) |
access | String | Yes | Permission (types include Spot , Futures , Margin permissions, which can be used alone or in combination). |
RESPONSES
Param | Description |
---|---|
remarks | Remarks |
subName | Sub-account name |
uid | Sub-account UID |
access | Permission |