v1

latestOpenAPI 3.1.02026-07-1712816.6 KB
utility

Get server status

Returns basic server status and order statistics.

get/

Response

Server status and order statistics

statusstring required
activeOrdersinteger required
totalOrdersinteger required
registeredUsersinteger required

Number of registered users in the system

timestampstring date-time required

Example response

{
  "status": "up",
  "activeOrders": 2,
  "totalOrders": 10,
  "registeredUsers": 5,
  "timestamp": "2025-05-06T12:00:00Z"
}
All 12 operations