删除子账户的APIKey
请求示例
delete /api/v3/broker/sub-account/apiKey?timestamp={{timestamp}}&signature={{signature}}
返回示例
{
"subAccount": "mexc1"
}
HTTP请求:
- DELETE
/api/v3/broker/sub-account/apiKey
Query参数:
| 参数名 | 数据类型 | 是否必须 | 说明 |
|---|---|---|---|
| timestamp | string | yes | 时间 |
| signature | string | yes | 签名 |
Body请求参数:
| 参数名 | 数据类型 | 是否必须 | 说明 |
|---|---|---|---|
| subAccount | string | yes | 子账户名称 |
| apiKey | string | yes | API公钥 |
返回参数:
| 参数名 | 类型 | 说明 |
|---|---|---|
| subAccount | string | 子账户名称 |