Skip to main content
GET
/
trading-status
cURL
curl --request GET \
  --url https://api.jup.ag/prediction/v1/trading-status \
  --header 'x-api-key: <api-key>'
{
  "trading_active": true
}

Authorizations

x-api-key
string
header
required

Get API key via https://portal.jup.ag

Response

200 - application/json

Current Kalshi exchange trading status

trading_active
boolean
required