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
Name | Type | Mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
symbol | string | Yes | N/A | Trading pair | |
positionSide | string | Yes | N/A | Position side | LONG; SHORT |
autoMargin | boolean | Yes | N/A | Whether to automatically call margin | true; false |
Response Example
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": {},
"returnCode": 0
}