GET
/
exchange
/
status
Get 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
}

Response

200 - application/json

The response is of type object.