Skip to main content
GET
Retrieve market data for a given list of markets

Query Parameters

markets
string
required

Comma separated market names. Example value: BTC-USDT,ETH-USDT. To get all supported markets, call /api/v1/markets endpoint.

Response

200 - application/json
market
string
required

Market name. Example value: ETH-USDT. To get all supported markets, call /api/v1/markets endpoint.

type
enum<string>
required

Type of market data.

Available options:
INDEX,
MARK,
ASK,
BID,
FUNDING,
NEXT_FUNDING,
OPEN_INTEREST,
24H_VOLUME,
24H_COUNT
index
enum<string>
required

Name of the index.

Available options:
CCIX,
CCCAGG,
HYPERLIQUID,
KRAKEN,
RAILS
value
string
required

The value for the given market data type and index.

updatedAt
number
required

Timestamp (milliseconds since epoch) when this value was last updated.