/api/v1/eventsGETexpires_after / expires_before).ak_ prefix), sent as a Bearer token or an ?api_key= query parameter.. Token in: headerUS for a federal one.kalshi, polymarket, gemini). Keeps events with at least one market on a listed venue. platform is an accepted alias.venue.end_date (a bare date snaps to end-of-day).end_date (a bare date snaps to start-of-day)."created"asc or desc (default desc)."desc"1100Max: 500<venue>:<venue event ticker> (for example kalshi:KXPRESPARTY-2028). Use it to fetch the event's detail and to group markets by their parent event.Politics, Elections, Economics, Crypto, Sports and similar, with Other as the catch-all). Every market under the event inherits this value.US for federal ones. Null whenever the event carries no geographic anchor, which covers non-election events and all Polymarket events.sort=election_date to order the events list by it (undated events last).market_count covering only the markets that match that request's filters, so the two can legitimately differ for the same event.volume_unit. Omitted when no market reports volume.volume, from the event's venue (every market shares the event's venue). See QuantityUnit.open_interest_unit. Omitted when no market reports open interest.open_interest, from the event's venue. See QuantityUnit.total and total_pages reflect the server's counting ceiling rather than the exact matched count: the real set is at least total large. Render such totals as a lower bound (for example "10,000+"). Omitted when the count is exact. A sorted markets search that fills the 10,000-candidate ceiling sets this flag.rate_limited. Branch on this to detect a throttled request.rpm for the per-minute cap, daily for the daily one, or concurrency for the cap on requests running at the same time.curl -X GET "https://api.adjacent.markets/api/v1/events" \ -H "Authorization: Bearer <token>"
{ "data": [ { "event_id": "kalshi:CONTROLH-2028", "name": "2028 House winner", "category": "Elections", "region": "US", "election_date": "2028-11-07", "description": "In 2028", "created_at": "2026-06-02T16:28:27.350946Z", "updated_at": "2026-06-02T16:29:39.257577Z", "market_count": 2 }, { "event_id": "kalshi:CONTROLS-2028", "name": "2028 Senate winner", "category": "Elections", "region": "US", "election_date": "2028-11-07", "description": "In 2028", "created_at": "2026-06-02T16:28:24.146031Z", "updated_at": "2026-06-02T16:29:34.765363Z", "market_count": 2 } ], "meta": { "total": 204963, "page": 1, "per_page": 20, "total_pages": 10249, "has_next": true, "has_prev": false } }