Documentation Index
Fetch the complete documentation index at: https://developer.wooxpro.com/llms.txt
Use this file to discover all available pages before exploring further.
Get Current Leverage Risk Limit
Applicable for checking the current leverage risk limit of a specified contract
Request URL
GET https://cloud-api.wooxpro.com/contract/public/leverage-bracket
Request Limit
See Detailed Rate LimitRequest Parameter
Request
| Field | Type | Required? | Description |
|---|---|---|---|
| symbol | String | No | Symbol of the contract(like BTCUSDT) |
Response Data
Response
| Field | Type | Description |
|---|---|---|
| bracket | Int | Risk bracket / Margin tier |
| initial_leverage | Int | Maximum leverage in this bracket |
| notional_cap | String | Maximum notional value in this bracket |
| notional_floor | String | Minimum notional value in this bracket |
| maint_margin_ratio | String | Maintenance margin ratio |
| cum | String | Cumulative maintenance margin amount |