v1

latestOpenAPI 3.1.02026-07-2657157254.1 KB
opinion

Get Opinion Markets

List Opinion markets with filtering and sorting.

Returns tradeable markets (standalone binaries + categorical outcomes). Categorical parent markets are excluded — use event_id or event_slug to query all outcomes under a categorical grouping.

Prices in outcomes are currently null (future: from WebSocket/orderbook).

get/v2/opinion/markets

Query parameters

status'open' | 'closed'

Filter by status: open or closed

market_type'binary' | 'categorical'

Filter by market type: binary or categorical

searchstring nullable

Search in title (minimum 3 characters)

Search in title (minimum 3 characters)

labelsstring[] nullable

Filter by label(s)

Filter by label(s)

min_volumenumber nullable

Minimum total volume (USD)

Minimum total volume (USD)

condition_idstring[] nullable

Filter by condition ID(s)

Filter by condition ID(s)

market_slugstring[] nullable

Filter by market slug(s)

Filter by market slug(s)

market_idinteger[] nullable

Filter by market ID(s)

Filter by market ID(s)

predexon_idstring[] nullable

Filter by predexon ID(s)

Filter by predexon ID(s)

token_idstring[] nullable

Filter by token ID(s)

Filter by token ID(s)

event_idinteger[] nullable

Filter by event/parent market ID(s)

Filter by event/parent market ID(s)

event_slugstring[] nullable

Filter by event slug(s)

Filter by event slug(s)

sort'volume' | 'volume_24h' | 'volume_7d' | 'created' | 'created_asc' | 'expiration'

Sort by

limitinteger

Number of markets to return

Number of markets to return

pagination_keystring nullable

Cursor for next page (from previous response)

Cursor for next page (from previous response)

Response

Successful Response