跳到主要内容

修改持仓模式

POST: /v1/future-u/trade/position/change-type

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

Parameters

参数数据类型是否必须默认值描述取值范围
symbolstringtrueN/A交易对
positionSidestringtrueN/A仓位方向LONG;SHORT
positionTypestringtrueN/A仓位类型CROSSED;ISOLATED

限流规则

200/s/apikey

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