An event like “Fed Rate Decision March” contains markets for each possible outcome.
Parameters
Filter: kalshi or polymarket.
Filter: active or closed.
sort_by
string
default:"relevance"
Sort order: relevance, newest, markets, volume, or liquidity.
Example
curl -H "X-API-Key: your_api_key" \
"https://api.oddpool.com/search/events?q=election&sort_by=volume"
Response
[
{
"event_id": "KXPRESIDENTIAL-28NOV",
"exchange": "kalshi",
"title": "2028 Presidential Election",
"category": "politics",
"status": "active",
"discovered_at": "2026-01-10T08:00:00",
"market_count": 12,
"total_volume": 5000000,
"total_liquidity": 1200000,
"market_questions": [
"Will the Democratic nominee win?",
"Will the Republican nominee win?"
]
}
]