Skip to main content
Markets represent individual questions within an event. Each market has one or more outcomes (e.g., “Yes” / “No”), and each outcome has an associated token ID used in orderbook queries.

List Markets

List all markets, ordered by 24-hour volume (descending, nulls last).

Query Parameters

integer
default:"50"
Results per page (1–500).
number
default:"0"
Minimum 24-hour volume filter. Only markets with volume_24h >= min24hVolume are returned.
integer
Offset for pagination. When provided, cursor parameters are ignored.
number
Volume cursor for pagination (from next object).
integer
Market ID cursor for pagination (from next object).

Example

Get top markets by volume:
Get markets with at least $10,000 daily volume:
Response:
cursor_volume can be null for markets without 24-hour volume data.

Get Market

Get a single market by its numeric ID, including embedded outcomes with token IDs.

Path Parameters

integer
required
Market ID (numeric only).

Example

Response:

Market Response Fields

Outcome Object

The token_id is what you’ll use as the asset_id parameter when querying orderbooks for a specific outcome.