Search All Markets
Search across all markets from all four exchanges (Kalshi, Polymarket, Limitless, Predict.fun) by title or question. Returns up to 250 results per exchange (1,000 total), ranked by relevance.
The search queries the full market database — not just a cached subset — so every market across all exchanges is searchable.
Example Queries:
bitcoin- Find Bitcoin-related markets across all exchangeselection 2026- Find election marketsfed rate- Find Federal Reserve interest rate marketssuper bowl- Find sports markets
Filtering:
Combine search with category filter:
- Request:
GET /api/v1/events/search?q=bitcoin&category=Crypto - Header:
X-API-Key: YOUR_API_KEY
Response:
Each result includes:
- type: Which exchange the market belongs to (
kalshi,poly,limitless,pfun) - market_id: The market identifier (also available as
klsi_idorpoly_idfor their respective exchanges) - title: The market title or question
- category: The market category
Available Categories:
Climate and Weather, Companies, Crypto, Economics, Elections, Entertainment, Financials, Politics, Science and Technology, Sports, and more.
Example
- Request:
GET /api/v1/events/search?q=bitcoin - Header:
X-API-Key: YOUR_API_KEY
Authorizations
Your API key (get one from the test-key endpoint above)
Query Parameters
Search query (min 2 characters)
2Filter by category (e.g., Crypto, Politics, Sports)
Response
Array of search results from all exchanges
Exchange identifier
kalshi, poly, limitless, pfun Market identifier
Kalshi market ID (present for Kalshi results)
Polymarket condition ID (present for Polymarket results)
Market title or question
Market category

