Skip to main content
GET
/
v1
/
view
/
exchange
/
status
Get exchange status
curl --request GET \
  --url https://perp-api.phoenix.trade/v1/view/exchange/status \
  --header 'Authorization: Bearer <token>'
{
  "active": true,
  "gated": true
}

Authorizations

Authorization
string
header
required

Bearer access token issued by /v1/auth/* login endpoints.

Response

Exchange status

Exchange status view containing the current operational status of the exchange.

active
boolean
required

Whether the exchange is active (accepting orders)

gated
boolean
required

Whether the exchange is in gated mode (restricted access)