cURL
Market Data
List Active Symbols
Discover the active trading symbols for a market endpoint.
GET
cURL
What it does
Discover the active trading symbols for a market endpoint. Theexchange and symbol parameters on the market data endpoints are open-ended — these discovery endpoints enumerate the values that currently have data.
The
origin/instrument/metric you pass must be a combination that exists as a data endpoint — see the combination table. funding-rate, open-interest, and liquidation are swap-only, so a spot request for those returns 404.Authorizations
For each API request, include the Authorization HTTP header with Bearer {access_token}.
Query Parameters
exchange or cq.
Available options:
exchange, cq spot or swap.
Available options:
spot, swap Data type: ohlcv, trade, funding-rate, open-interest, or liquidation. Only combinations that exist as data endpoints are valid — funding-rate, open-interest, and liquidation are swap-only (no spot variant), so a non-existent (origin, instrument, metric) combination returns 404.
Available options:
ohlcv, trade, funding-rate, open-interest, liquidation Exchange name — required for origin=exchange, forbidden for origin=cq.
Filter by base asset, e.g. btc.
Maximum symbols returned (default 10000, max 10000).
Required range:
x <= 10000