Remove Margin Manually
{
"symbol": "XBTUSDTM",
"withdrawAmount": 10.1
}
HTTP REQUEST
POST /api/v1/margin/withdrawMargin
Example
POST /api/v1/margin/withdrawMargin
API KEY PERMISSIONS
This endpoint requires the Futures Trading permission.
REQUEST URL
This endpoint support Futures URL
REQUEST RATE LIMIT
Futures weight
:10
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
symbol | String | Yes | Symbol of the contract |
withdrawAmount | String | Yes | The size of the position that can be deposited. If it is USDT-margin, it represents the amount of USDT. If it is coin-margin, this value represents the number of coins |
RESPONSES
Param | Description |
---|---|
data | The size of the position deposited. If it is USDT-margin, it represents the amount of USDT. If it is coin-margin, this value represents the number of coins |