跳到主要内容

修改止盈止损

类型: POST

描述: /future/trade/v1/entrust/update-profit-stop

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

限流规则

200/s/apikey

参数

名称类型必填默认值描述范围
profitIdintegertrueN/A止盈止损订单ID
triggerProfitPricenumberfalseN/A止盈触发价格
triggerStopPricenumberfalseN/A止损触发价格

响应示例

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