Skip to main content
GET
/
search
/
events
/
{event_id}
/
markets
Event markets
curl --request GET \
  --url https://api.oddpool.com/search/events/{event_id}/markets

Documentation Index

Fetch the complete documentation index at: https://docs.oddpool.com/llms.txt

Use this file to discover all available pages before exploring further.

List every outcome market under a known event. Useful once you have an event_id from Search events and want all the tradable outcomes — for example, every strike on a Kalshi BTC event or every candidate on a Polymarket election.

Parameters

event_id
string
required
Event identifier (e.g. KXFEDDECISION-26MAR).

Example

curl -H "X-API-Key: your_api_key" \
  "https://api.oddpool.com/search/events/KXFEDDECISION-26MAR/markets"

Response

Returns the same shape as /search/markets, one row per outcome market under the event.