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

The most recently discovered markets across both venues — useful for new-listing alerts when you don’t have a search query yet. For watermarked polling within a known series, use Search markets 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/markets?limit=10"

Response

[
  {
    "market_id": "KXBTC15M-26MAY040415-15",
    "exchange": "kalshi",
    "series_id": "KXBTC15M",
    "question": "BTC price up in next 15 mins?",
    "category": null,
    "status": "active",
    "volume": 0,
    "liquidity": 0,
    "last_yes_price": "0.0000",
    "last_no_price": "0.0000",
    "event_id": "KXBTC15M-26MAY040415",
    "event_title": "BTC Up or Down - 15 minutes",
    "slug": null,
    "discovered_at": "2026-05-04T00:20:30Z",
    "settled_at": null
  }
]