curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/milestones/{milestone_id}{
"milestone": {
"id": "<string>",
"category": "<string>",
"type": "<string>",
"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>"
}
}Endpoint for getting data about a specific milestone by its ID.
curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/milestones/{milestone_id}{
"milestone": {
"id": "<string>",
"category": "<string>",
"type": "<string>",
"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>"
}
}Milestone ID
Milestone retrieved successfully
The milestone data.
Show child attributes
Unique identifier for the milestone.
Category of the milestone.
Type of the milestone.
Start date of the milestone.
List of event tickers related to this milestone.
Title of the milestone.
Notification message for the milestone.
Additional details about the milestone.
List of event tickers directly related to the outcome of this milestone.
Last time this structured target was updated.
End date of the milestone, if any.
Source id of milestone if available.