Skip to main content
GET
/
search
/
recent
/
events
Recent events
curl --request GET \
  --url https://api.oddpool.com/search/recent/events

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.

The most recently discovered events across both venues. For watermarked polling within a known series, use Search events with discovered_after instead.

Parameters

exchange
string
kalshi or polymarket.
limit
integer
default:"30"
1-100.

Example

curl -H "X-API-Key: your_api_key" \
  "https://api.oddpool.com/search/recent/events?exchange=polymarket"