kalshi_events
Retrieve event catalogues for sports data by filtering series or status, with pagination for large sets. Supports embedding nested markets for detailed comparisons.
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. |