Skip to main content
GET
/
search
/
recent
/
markets
Recent markets
curl --request GET \
  --url https://api.oddpool.com/search/recent/markets
Latest market listings. Useful for new-listing alerts without a search query.

Parameters

exchange
string
Filter: kalshi or polymarket.
limit
integer
default:"30"
Max results (1-100).

Example

curl -H "X-API-Key: your_api_key" \
  "https://api.oddpool.com/search/recent/markets?limit=10"