v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Sub-Account

Create a Virtual Sub-account(For Master Account)

  • This request will generate a virtual sub account under your master account.
  • You need to enable "trade" option for the api key which requests this endpoint.

Weight(IP): 1

post/sapi/v1/sub-account/virtualSubAccount

Query parameters

subAccountStringstring required

Please input a string. We will create a virtual email using that string for you to register

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Return the created virtual email

emailstring required

Example response

{
  "email": "addsdd_virtual@aasaixwqnoemail.com"
}