Skip to main content
Discovery endpoints return metadata for markets in our catalog. Responses are served from local storage — not live Polymarket APIs — for predictable latency and consistent snapshots.
Coverage: We currently index Polymarket crypto markets. Markets in other categories are not included in the hosted catalog yet.

Endpoints

All discovery routes require X-API-Key on the hosted API.
  1. SearchGET /v1/markets?search=bitcoin&limit=50
  2. Select — note id or slug from data[]
  3. DetailGET /v1/markets/{slug} for token ids and resolution state
  4. History — query /prices, /metrics, or /books on the same identifier

List response format

When metadata.next_cursor is non-null, pass it as the cursor query parameter. See Pagination.

Query parameters

Shared filters

Relationship filters

Market identifiers

{id_or_slug} accepts:
  • Source market id (e.g. 618831)
  • URL slug (e.g. will-btc-hit-100k)
  • Scoped public id (e.g. polymarket:market:618831)

Example