See Leverage Stratification of Single Trading Pair
Type: POST
Description: /future/market/v1/public/leverage/bracket/detail
Note:
This method does not require a signature.
Parameters
Name | Type | Mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
symbol | string | true | N/A | Trading pair |
Response Example
Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": {
"leverageBrackets": [
{
"bracket": 0, // Level
"maintMarginRate": 0, // Maintain margin rate
"maxLeverage": 0, // Maximum leverage
"maxNominalValue": 0, // Maximum notional value
"maxStartMarginRate": 0, // Maximum initial margin rate
"minLeverage": 0, // Minimum leverage
"startMarginRate": 0, // Initial margin rate
"symbol": "" // Trading pair
}
],
"symbol": ""
},
"returnCode": 0
}