Skip to main content

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

NameTypeMandatoryDescription
subAccountSTRINGYESSub-account Name
noteSTRINGYESSub-account notes
recvWindowLONGNO
timestampLONGYES

Response

{
"subAccount":"mexc1",
"note":"1"
}