Skip to main content
GET
cURL

What it does

Discover which exchanges are active and what market data each one supports. The exchange and symbol parameters on the market data endpoints are open-ended — these discovery endpoints enumerate the values that currently have data.

Authorizations

Authorization
string
header
required

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

Query Parameters

origin
enum<string>

Filter by origin. Only exchange is valid (or omit).

Available options:
exchange
instrument
enum<string>

Filter by instrument: spot or swap.

Available options:
spot,
swap
metric
enum<string>

Filter by metric: ohlcv, trade, funding-rate, open-interest, or liquidation. Omit for all capabilities.

Available options:
ohlcv,
trade,
funding-rate,
open-interest,
liquidation

Response

200 - application/json

Active exchanges with capabilities.

status
object
required

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

result
object
required