v1
latestOpenAPI 3.0.32026-07-2613529376.3 KBPublic 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
Example response
{
"status": "system operational"
}