kalshi_get_event
Fetch event data by ticker, with optional nested markets, to view real-world occurrences and their trading markets on Kalshi.
Instructions
Get Event Endpoint for getting data about an event by its ticker. An event represents a real-world occurrence that can be traded on, such as an election, sports game, or economic indicator release. Events contain one or more markets where users can place trades on different outcomes. All events are accessible through this endpoint, even if their associated markets are older than the historical cutoff. Calls GET /events/{event_ticker}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_ticker | Yes | Event ticker | |
| with_nested_markets | No | If true, markets are included within the event object. If false (default), markets are returned as a separate top-level field in the response. Historical markets settled before the historical cutoff will not be included. |