Skip to main content

Create a Sub-account

HTTP Request

  • POST /api/v3/broker/sub-account/virtualSubAccount

Required Permission: SPOT_ACCOUNT_WRITE

Query Parameter

NameTypeMandatoryDescription
timestampstringyestimestamp
signaturestringyessignature

Body Request Parameter

NameTypeMandatoryDescription
subAccountstringyessubAccount name
notestringyesnote
passwordstringnopassword(hexadecimal string encrypted by MD5)

Response Parameters

NameTypeDescription
subAccountstringsubAccount name
notestringnote

Response

{
"code": "0",
"message": "",
"data": [{
"subAccount": "mexc1",
"note": "1",
"timestamp": "1597026383085"
}]
}