Skip to main content
GET
/
margin
/
exchange
/
status
Get Exchange Status
curl --request GET \
  --url https://external-api.kalshi.com/trade-api/v2/margin/exchange/status
{
  "exchange_active": true,
  "trading_active": true
}

Response

Margin exchange status retrieved successfully

exchange_active
boolean
required

False if the exchange is no longer taking any state changes at all. True unless under maintenance.

trading_active
boolean
required

True if trading is currently permitted on the exchange. False outside exchange hours or during pauses.