curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/exchange/announcements{
"announcements": [
{
"type": "info",
"message": "<string>",
"delivery_time": "2023-11-07T05:31:56Z",
"status": "active"
}
]
}Endpoint for getting all exchange-wide announcements.
curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/exchange/announcements{
"announcements": [
{
"type": "info",
"message": "<string>",
"delivery_time": "2023-11-07T05:31:56Z",
"status": "active"
}
]
}Exchange announcements retrieved successfully
A list of exchange-wide announcements.
Show child attributes
The type of the announcement.
info, warning, error The message contained within the announcement.
The time the announcement was delivered.
The current status of this announcement.
active, inactive