curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/exchange/announcements
{
"announcements": [
{
"delivery_time": "2023-11-07T05:31:56Z",
"message": "<string>",
"status": "<string>",
"type": "<string>"
}
]
}
Endpoint for getting all exchange-wide announcements.
curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/exchange/announcements
{
"announcements": [
{
"delivery_time": "2023-11-07T05:31:56Z",
"message": "<string>",
"status": "<string>",
"type": "<string>"
}
]
}
The response is of type object
.