curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/exchange/status
{
"exchange_active": true,
"exchange_estimated_resume_time": "<any>",
"trading_active": true
}
Endpoint for getting the exchange status.
curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/exchange/status
{
"exchange_active": true,
"exchange_estimated_resume_time": "<any>",
"trading_active": true
}
The response is of type object
.