跳到主要内容

删除子账户的APIKey

HTTP请求

  • DELETE /api/v3/broker/sub-account/apiKey

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

Query参数

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

Body请求参数

参数名数据类型是否必须说明
subAccountstringyes子账户名称
apiKeystringyesAPI公钥

返回参数

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

响应

{
"subAccount": "mexc1"
}