跳到主要内容

创建子账户

HTTP请求

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

接口权限要求: 账户信息写 / SPOT_ACCOUNT_WRITE

Query参数

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

Body请求参数

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

返回参数

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

响应

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