get
https://api.connex.trade/api/v1/trading/broker/positionBracket
Permission
- Primary API Key:
READ, retrieve position tiers and leverage information of main portfolio - Sub-Portfolio API Key:
READ, retrieve position tiers and leverage information of current portfolio
Rate Limit
- 3 requests per 10 seconds
Request
| Name | Type | Mandatory | Description |
|---|---|---|---|
| sym | String | N | Trading pair unique identifier , example: BINANCE_PERP_BTC_USDT, OKX_PERP_BTC_USDT |
Response
| Field name | Type | Remarks |
|---|---|---|
| sym | String | Trading pair unique identifier , example: BINANCE_PERP_BTC_USDT, OKX_PERP_BTC_USDT |
| minNotionalValue | String | Min notional value |
| maxNotionalValue | String | Max notional value |
| maxLeverage | String | Max leverage |
| mmRate | String | Maintenance margin rate |
| riskLevel | String | Risk level |
