v1

latestOpenAPI 3.0.32026-07-2613529376.3 KB
Public API V4

Maintenance 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.

get/api/v4/public/platform/status

Response

Successful response

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.

Example response

{
  "status": "system operational"
}