跳到主要内容

创建止盈止损

POST: /v1/future-u/trade/entrust/create-profit

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

Parameters

参数数据类型是否必须默认值描述取值范围
symbolstringtrueN/A交易对
origQtyintegertrue数量(张)
triggerProfitPriceintegertrue止盈触发价
triggerStopPriceintegertrue止损触发价
expireTimeintegertrue过期时间
positionSidestringtrue仓位方向:LONG;SHORTLONG;SHORT

限流规则

200/s/apikey

Response
{
"msgInfo": {
"code": "",
"msg": ""
},
"msg": "",
"data": {},
"code": 200
}