v1

latestOpenAPI 3.1.02026-07-2657157254.1 KB
limitless

Get Limitless Markets

List Limitless markets with filtering and sorting.

Returns markets from the Limitless prediction market platform with support for:

  • Status filtering (open, closed)
  • Trade type filtering (amm, clob)
  • Text search in titles
  • Category and tag filtering
  • Volume and open interest thresholds
  • Multiple sort options
  • Cursor-based pagination via pagination_key

Prices are normalized to 0-1 range.

get/v2/limitless/markets

Query parameters

status'open' | 'closed'

Filter by status: open or closed

trade_type'amm' | 'clob'

Filter by trade type: amm or clob

searchstring nullable

Search in title (minimum 3 characters)

Search in title (minimum 3 characters)

categoriesstring[] nullable

Filter by category(s)

Filter by category(s)

tagsstring[] nullable

Filter by tag(s)

Filter by tag(s)

min_volumenumber nullable

Minimum volume (USD)

Minimum volume (USD)

min_open_interestnumber nullable

Minimum open interest (USD)

Minimum open interest (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)

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)

sort'volume' | 'open_interest' | 'liquidity' | 'price_desc' | 'price_asc' | 'expiration' | 'created' | 'created_asc'

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