v1

latestOpenAPI 3.0.0ISC License2026-07-17873443.7 KB
Health

Detailed health check

Check if the API and all its services are running properly

get/api/health/detailed

Response

Detailed health status

statusstring

Overall health status of the API

timestampstring date-time

Current server time

uptimenumber

Server uptime in seconds

versionstring

API version

Example response

{
  "status": "ok",
  "services": {
    "priceTrackerService": "ok",
    "balanceService": "ok",
    "tradeSimulatorService": "ok",
    "competitionService": "ok",
    "userService": "ok",
    "agentService": "ok"
  }
}