Create a Sub Account
API Description
To create a link sub-account
HTTP Request
POST /sapi/v1/broker/subAccount
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
tag | STRING | NO | tag length should be less than 32 |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
Caution:
- This request will generate a sub account under your brokerage master account.
- You need to enable "trade" option for the api key which requests this endpoint.
Example Response
{
"subaccountId": "1",
"email": "vai_42038996_47411276_brokersubuser@lac.info",
"tag":"bob123d"
}