Get Cross Margin Leverage
This interface can query the current symbol’s cross-margin leverage multiple
{
"symbol":"XBTUSDTM", // symbol
"leverage":"3.00" // Leverage multiple
}
HTTP REQUEST
GET /api/v2/getCrossUserLeverage
Example
GET /api/v2/getCrossUserLeverage?symbol=XBTUSDTM
API KEY PERMISSIONS
This endpoint requires the Futures permission.
REQUEST URL
This endpoint support Futures URL
REQUEST RATE LIMIT
Futures weight
:2
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
symbol | String | Yes | Symbol of the contract |
RESPONSES
Param | Description |
---|---|
symbol | Symbol of the contract |
leverage | Leverage multiple |