Skip to main content
GET
/
search
/
recent
/
events
Recent events
curl --request GET \
  --url https://api.oddpool.com/search/recent/events
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"