curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/milestones/{milestone_id}
{
"milestone": {
"category": "<string>",
"details": {
"key": {}
},
"end_date": "2023-11-07T05:31:56Z",
"id": "<string>",
"last_updated_ts": "2023-11-07T05:31:56Z",
"notification_message": "<string>",
"primary_event_tickers": [
"<string>"
],
"related_event_tickers": [
"<string>"
],
"source_id": "<string>",
"start_date": "2023-11-07T05:31:56Z",
"title": "<string>",
"type": "<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": {
"category": "<string>",
"details": {
"key": {}
},
"end_date": "2023-11-07T05:31:56Z",
"id": "<string>",
"last_updated_ts": "2023-11-07T05:31:56Z",
"notification_message": "<string>",
"primary_event_tickers": [
"<string>"
],
"related_event_tickers": [
"<string>"
],
"source_id": "<string>",
"start_date": "2023-11-07T05:31:56Z",
"title": "<string>",
"type": "<string>"
}
}
Milestone ID
The response is of type object
.