跳到主要内容

取消所有止盈止损

类型: POST

描述: /future/trade/v1/entrust/cancel-all-profit-stop

备注: Content-Type = application/x-www-form-urlencoded && application/json

限流规则

200/s/apikey

参数

名称类型必填默认值描述范围
symbolstringtrueN/A交易对,例如 btc_usdt

响应示例

响应
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": true,
"returnCode": 0
}