跳到主要内容

创建子账户

请求示例


post /api/v3/broker/sub-account/virtualSubAccount?timestamp={{timestamp}}&signature={{signature}}

返回示例

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

HTTP请求:

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

Query参数:

参数名数据类型是否必须说明
timestampstringyes时间
signaturestringyes签名

Body请求参数:

参数名数据类型是否必须说明
subAccountstringyes子账户名称
notestringyes备注
passwordstringno资金密码【资金密码要求:MD5加密的16进制字符串过来】

返回参数:

参数名类型说明
subAccountstring子账户名称
notestring备注