getOrderPriceLimit
Check the maximum buy and minimum sell price limits for a symbol to validate your limit order price before placing it and avoid rejection.
Instructions
Retrieve the current allowable price range for order placement, including the maximum
buy price limit (buyLmt) and minimum sell price limit (sellLmt).
Use this endpoint when you need to:
Validate that a limit order price falls within the allowed range before submission
Avoid order rejection due to price-out-of-range errors
Check real-time price limits to construct valid orders near the market price
Supported Products: Spot, USDT contract, Inverse contract
Returns buyLmt (maximum allowable bid price) and sellLmt (minimum allowable ask price).
Do not use this endpoint for tick size or price precision — use getInstrumentsInfo instead.
Notes:
No authentication required
Agent hint: Use this endpoint to validate that a limit order price is within the allowed range before placing an order. category defaults to linear. symbol is required. Call this before submitting a limit order if you receive price-out-of-range errors. For tick size and price precision constraints, use getInstrumentsInfo instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | linear | |
| symbol | Yes |