kalshi_events
Fetches event catalogues, grouping related markets, with filters for series, status, and pagination. Optionally embeds markets for detailed comparison.
Instructions
Event catalogue (an event groups related markets) — filter by series or status. Paginated by cursor.
Returns: {cursor, events:[{event_ticker, series_ticker, title, sub_title, category, mutually_exclusive, strike_period}], milestones}
Example: First page of open events {"limit": 5, "status": "open"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (1-200). | |
| cursor | No | Pagination cursor. | |
| status | No | Comma-separated: unopened, open, closed, settled. | |
| series_ticker | No | Filter to one series. | |
| with_nested_markets | No | Embed each event's markets in the response. |