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>"
    }
  ]
}

Query Parameters

minimum_start_date
string

Minimum start date to filter milestones. Format: RFC3339 timestamp

category
string

Filter by milestone category

competition
string

Filter by competition

type
string

Filter by milestone type

Filter by related event ticker

limit
integer
required

Number of milestones to return per page

cursor
string

Pagination cursor. Use the cursor value returned from the previous response to get the next page of results

Response

200 - application/json

The response is of type object.