kalshi_events
Retrieve normalized Kalshi event data from public market JSON. Filter by category, status, series ticker, and more.
Instructions
Kalshi events. Returns normalized Kalshi event rows from credential-free public market-data JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Kalshi category filter | |
| cursor | No | Pagination cursor from a previous Kalshi response | |
| limit | No | Rows to return, default 25, max 200 | |
| min_close_ts | No | Minimum event close Unix timestamp in seconds | |
| min_updated_ts | No | Minimum event update Unix timestamp in seconds | |
| series_ticker | No | Kalshi series ticker filter | |
| status | No | Event status filter | |
| with_milestones | No | Include event milestones when supported upstream | |
| with_nested_markets | No | Include nested market rows when supported upstream |