Documentation Index
Fetch the complete documentation index at: https://docs.kalshi.com/llms.txt
Use this file to discover all available pages before exploring further.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Unique identifier for the milestone. | |
| category | str | Category of the milestone. E.g. Sports, Elections, Esports, Crypto. | |
| type | str | Type of the milestone. E.g. football_game, basketball_game, soccer_tournament_multi_leg, baseball_game, hockey_match, golf_tournament, political_race. | |
| start_date | datetime | Start date of the milestone. | |
| end_date | datetime | End date of the milestone, if any. | [optional] |
| related_event_tickers | List[str] | List of event tickers related to this milestone. | |
| title | str | Title of the milestone. | |
| notification_message | str | Notification message for the milestone. | |
| source_id | str | Source id of milestone if available. | [optional] |
| source_ids | Dict[str, str] | Source ids of milestone if available. | [optional] |
| details | Dict[str, object] | Additional details about the milestone. | |
| primary_event_tickers | List[str] | List of event tickers directly related to the outcome of this milestone. | |
| last_updated_ts | datetime | Last time this structured target was updated. |