Skip to main content

Alter the automatical margin call

Description

POST /future/user/v1/position/auto-margin

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


Limit Flow Rules

  • 200/s/apikey

Parameters

NameTypeMandatoryDefaultDescriptionRanges
symbolstringYesN/ATrading pair
positionSidestringYesN/APosition sideLONG; SHORT
autoMarginbooleanYesN/AWhether to automatically call margintrue; false

Response Example

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