Skip to main content

Create a Sub Account

Create a Sub Account

POST /sapi/v1/broker/subAccount

Parameters:

NameTypeMandatoryDescription
tagSTRINGNOtag length should be less than 32
recvWindowLONGNO
timestampLONGYES

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.

Response:

{
"subaccountId": "1",
"email": "[email protected]",
"tag":"bob123d"
}