跳到主要内容

修改保证金

POST: /v1/future-u/trade/position/margin

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

Parameters

参数数据类型是否必须默认值描述取值范围
symbolstringtrueN/A交易对
marginnumberfalseN/A数量
positionSidestringfalseN/A持仓方向:LONG;SHORT
typestringfalseN/A调整方向(ADD:增加逐仓保证金;SUB:减少逐仓保证金)ADD;SUB

限流规则

200/s/apikey

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