Get Max Withdraw Margin
This interface can query the maximum amount of margin that the current position supports withdrawal.
{
"code": "200000",
"data": 10.1
}
HTTP REQUEST
GET /api/v1/margin/maxWithdrawMargin
Example
GET /api/v1/margin/maxWithdrawMargin?symbol=XBTUSDTM
API KEY PERMISSIONS
This endpoint requires the General 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 |
RESPONSES
Param | Description |
---|---|
data | 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 |