getRiskLimit
Query tiered risk limit parameters for perpetual and futures contracts to understand position size limits, initial and maintenance margin rates, and maximum leverage per tier before placing orders.
Instructions
Query tiered risk limit parameters for perpetual and futures contracts, including position size limits, initial/maintenance margin rates, and maximum leverage per tier.
Use this endpoint when you need to:
Understand the risk tiers for a contract before placing large positions
Retrieve maximum leverage allowed at each risk tier (
maxLeverage)Check initial margin rate (
initialMargin) and maintenance margin rate (maintenanceMargin) per tier
Supported Products: USDT contract, USDC contract, Inverse contract
Returns all risk tiers for the specified symbol. Supports cursor-based pagination.
Do not use this endpoint for instrument-level leverage filter — use getInstrumentsInfo instead.
Notes:
Returns tiered risk limit levels with corresponding margin requirements and leverage caps
No authentication required
Agent hint: Use this endpoint to retrieve risk tier parameters for a contract symbol. category is required; symbol is optional (omit to get all symbols for the category). Use this before setting leverage or placing large orders to understand margin requirements. For instrument-level leverage filter, use getInstrumentsInfo instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| symbol | No | ||
| cursor | No |