GET
/
milestones
Get Milestones
curl --request GET \
  --url https://api.elections.kalshi.com/trade-api/v2/milestones
{
  "cursor": "<string>",
  "milestones": [
    {
      "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>"
    }
  ]
}

Response

200 - application/json

The response is of type object.