Skip to main content
GET
List Markets
Need time_to_resolution, slippage, or flip-flop detection? Use the context endpoint — those fields are not on /markets.
Discovery cap: /api/sdk/markets returns at most 1,000 matching markets for a discovery window, then applies limit/offset within that capped window (max 500 results per request, default 50). The response total is the window size, not the full catalog count. When your query hits the ceiling, the response includes "truncated": true and "capped_at_limit": true; use tags, q, venue, sort, or max_hours_to_resolution to narrow the search. Filters are applied before the cap, so tags=world-cup&sort=volume means “top markets inside the World Cup slice,” not “filter this page.” Market imports are not subject to this discovery-read cap.

Response fields

Each entry in markets[] has the same shape as GET /api/sdk/markets/{market_id}. See that page for the full field reference, including resolution fields (status, resolved_at, outcome).

Query Parameters

status
string | null
default:active
import_source
string | null
venue
string | null
q
string | null
ids
string | null
tags
string | null
limit
integer
default:50
offset
integer
default:0
include_analytics_only
boolean
default:false
sort
string | null
max_hours_to_resolution
integer | null
include
string | null
tradeable_only
boolean
default:true

Response

Successful Response