跳到主要内容

删除子账户的APIKey

请求示例

DELETE /api/v3/sub-account/apiKey
body
[
{
"subAccount":"subAccount1",
"apiKey":"ghytfugy2168hjksaj"
}
]

返回示例

{
"subAccount":"subAccount1"
}

HTTP请求

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

接口权限要求: 账户读 / SPOT_ACCOUNT_R

权重(IP): 1

请求参数

参数名类型是否必须说明
subAccountstring子账户名称 如:subAccount1
apiKeystringAPI的公钥 如:ghytfugy2168hjksaj
recvWindowlong
timestamplong

返回参数

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