Skip to main content
GET
cURL

What it does

Discover the active trading symbols for a market endpoint. The exchange 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

Authorization
string
header
required

For each API request, include the Authorization HTTP header with Bearer {access_token}.

Query Parameters

origin
enum<string>
required

exchange or cq.

Available options:
exchange,
cq
instrument
enum<string>
required

spot or swap.

Available options:
spot,
swap
metric
enum<string>
required

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
string

Exchange name — required for origin=exchange, forbidden for origin=cq.

base
string

Filter by base asset, e.g. btc.

limit
integer
default:10000

Maximum symbols returned (default 10000, max 10000).

Required range: x <= 10000

Response

Active symbols.

status
object
required

Returned with every response; indicates whether the request was successful.

result
object
required