---
title: "Maintenance status"
method: GET
path: "/api/v4/public/platform/status"
tags: ["Public API V4"]
---

# Maintenance status

`GET /api/v4/public/platform/status`

The endpoint retrieves the current maintenance status of the WhiteBIT platform. Use the response to detect scheduled downtime and pause trading automation during maintenance windows. The `status` field returns `"system operational"` when all platform services are available, or `"system maintenance"` when the platform is undergoing planned maintenance.

## Response `200`

Successful response

- object
  - `status` 'system operational' | 'system maintenance', required — Platform operational state. `"system operational"` indicates all services are available. `"system maintenance"` indicates the platform is undergoing planned maintenance.

---

[API](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4.md) · [All operations](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whitebit/whitebit-private-http-api-v4/revisions/76c9def9942f/schema)
