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.
查询当前风险梯度
适用于查询指定合约风险梯度
请求URL
GET https://cloud-api.wooxpro.com/contract/public/leverage-bracket
请求限制
参见 速率限制详细请求参数
请求
| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| symbol | String | 否 | 合约交易对(如BTCUSDT) |
响应详情
响应
| 字段 | 类型 | 描述 |
|---|---|---|
| bracket | Int | 档位 |
| initial_leverage | Int | 当前档位最大杠杆 |
| notional_cap | String | 当前档位最大净值 |
| notional_floor | String | 当前档位最小净值 |
| maint_margin_ratio | String | 维持保证金率 |
| cum | String | 维持保证金速算额 |