Fetch Markets
Fetch markets with optional filtering, search, or slug lookup. Always hits the exchange API — results reflect the live state at the time of the call.
Path parameters
The prediction market exchange to target.
Query parameters
Maximum number of results to return
Pagination offset — number of results to skip
Sort order for results
Filter by market status (default: 'active', 'inactive' and 'closed' are interchangeable)
Where to search (default: 'title')
For keyword search
For slug/ticker lookup
Direct lookup by market ID
Reverse lookup -- find market containing this outcome
Find markets belonging to an event
For pagination (used by Limitless)
For semantic search (used by Limitless)
Filter by source venue (e.g. 'polymarket', 'kalshi', 'myriad'). exchange is an alias.
Alias for sourceExchange.
Response
Fetch Markets response
Example response
{
"success": true
}