---
title: "Get system state"
method: GET
path: "/system/state"
tags: ["System"]
---

# Get system state

`GET /system/state`

Get the current state of the Paradex system

## Response

```json
{"status": "ok"}
```

### Status Values

- `ok`: Fully operational
- `maintenance`: Trading unavailable
- `cancel_only`: Only cancellations allowed

Check before trading operations.

## Response `200`

OK

- ResponsesSystemStateResponse
  - `status` 'ok' | 'maintenance' | 'cancel_only' | 'post_only'

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api/versions/26dce0f96ab2/schema)
