Health
Detailed health check
Check if the API and all its services are running properly
get/api/health/detailed
Response
Detailed health status
Example response
{
"status": "ok",
"services": {
"priceTrackerService": "ok",
"balanceService": "ok",
"tradeSimulatorService": "ok",
"competitionService": "ok",
"userService": "ok",
"agentService": "ok"
}
}