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
}

Documentation Index

Fetch the complete documentation index at: https://docs.kalshi.com/llms.txt

Use this file to discover all available pages before exploring further.

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.