Create a Sub-account
Create a sub-account from the master account.
HTTP Request
- POST
/api/v3/sub-account/virtualSubAccount
Required Permission: SPOT_ACCOUNT_WRITE
Weight(IP): 1
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| subAccount | STRING | YES | Sub-account Name |
| note | STRING | YES | Sub-account notes |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
Response
{
"subAccount":"mexc1",
"note":"1"
}