/api/v1/eventsGETak_ prefix), sent as a Bearer token or an ?api_key= query parameter. Each endpoint requires the read scope for its resource (e.g. org:rates:read for rates). Token in: header1100Max: 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.market_count covering only the markets that match that request's filters, so the two can legitimately differ for the same event.per_page. It is at least 1, even when nothing matched.rate_limited. Branch on this to detect a throttled request.rpm for the per-minute cap or daily for the daily one.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 } }