GET
/
milestones
/
{milestone_id}
Get Milestone
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>"
  }
}

Path Parameters

milestone_id
string
required

Milestone ID

Response

200 - application/json

The response is of type object.