Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://external-api.kalshi.com/trade-api/v2/milestones/{milestone_id}
{ "milestone": { "id": "<string>", "category": "Sports", "type": "football_game", "start_date": "2023-11-07T05:31:56Z", "related_event_tickers": [ "<string>" ], "title": "<string>", "notification_message": "<string>", "details": {}, "primary_event_tickers": [ "<string>" ], "last_updated_ts": "2023-11-07T05:31:56Z", "end_date": "2023-11-07T05:31:56Z", "source_id": "<string>", "source_ids": {} } }
Endpoint for getting data about a specific milestone by its ID.
Milestone ID
Milestone retrieved successfully
The milestone data.
Show child attributes