Returns a comprehensive list of all trading pairs with real-time price data including last traded price, bid/ask spreads, 24h high/low, and trading volumes. Use this to monitor market prices across all instruments.
From spec: Retrieve ticker data for all trading pairs of a specific instrument type.
Usage Tips
- Required parameter: instType (SPOT, MARGIN, SWAP, FUTURES, OPTION)
- Returns up to 1000 instruments per request
- Rate limit: 20 requests per 2 seconds (public endpoints)
- Data updates in real-time; use WebSocket for streaming updates
Parameters (3)
instFamily(string, query, optional)
Instrument family (e.g., BTC-USD). Required for OPTION
instType(string, query, required)
Instrument type (SPOT, MARGIN, SWAP, FUTURES, OPTION)