getInstrumentsInfo
Query instrument specifications for active trading pairs across spot, linear, inverse, and options markets. Get price precision, quantity limits, leverage ranges, and contract details.
Instructions
Query instrument specifications for active trading pairs across spot, USDT contracts, USDC contracts, inverse contracts, and options markets, including price precision, quantity limits, leverage ranges, and contract details.
Use this endpoint when you need to:
Discover available trading pairs and their current trading
statusRetrieve
tickSize,minOrderQty,maxOrderQtyfor order validation before placementGet leverage filter range (
minLeverage,maxLeverage) for a contractCheck
deliveryTimefor futures/options expiry information
Response schema differs per category. Supports cursor-based pagination via nextPageCursor.
Do not use this endpoint for real-time price data — use getTickers instead.
Notes:
Response schema differs per
category; see schema definitions for detailsSupports cursor-based pagination
No authentication required
Agent hint: Use this endpoint to discover trading pairs and their constraints before constructing orders. Call this to retrieve tickSize, minOrderQty, and maxOrderQty for a symbol. Do not use this for real-time prices — use getTickers for current price and 24h stats. For pagination, pass nextPageCursor from the previous response into the cursor parameter. TradFi discovery: use symbolType=xstocks (category=spot) for tokenized equity tokens (e.g. TSLAXUSDT), symbolType=stock (category=linear) for equity perpetuals (e.g. TSLAPUSDT), or symbolType=commodity (category=linear) for metals/oil perpetuals (e.g. XAUUSDT=gold, XAGUSDT=silver, CLUSDT=crude oil). Always call this to confirm the exact symbol before the first TradFi trade in a session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| symbol | No | ||
| status | No | ||
| baseCoin | No | ||
| limit | No | ||
| cursor | No | ||
| symbolType | No |