---
title: "Get exchange status"
method: GET
path: "/v1/view/exchange/status"
tags: ["Exchange"]
---

# Get exchange status

`GET /v1/view/exchange/status`

Handles `GET /v1/view/exchange/status` via `get.v1.view.exchange.status`.

## Response `200`

Exchange status

- ExchangeStatusView — 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)
  - `withdrawalsAvailable` boolean — Whether withdrawals are currently available.

## Other responses

- `500` — Standard JSON error payload.

---

[API](https://skmtc.net/phoenix/apis/phoenix-eternal-api.md) · [All operations](https://skmtc.net/phoenix/apis/phoenix-eternal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phoenix/phoenix-eternal-api/versions/0f598402d680/schema)
