---
title: "Detailed health check"
method: GET
path: "/api/health/detailed"
tags: ["Health"]
---

# Detailed health check

`GET /api/health/detailed`

Check if the API and all its services are running properly

## Response `200`

Detailed health status

- object
  - `status` string — Overall health status of the API
  - `timestamp` string, date-time — Current server time
  - `uptime` number — Server uptime in seconds
  - `version` string — API version
  - `services` object — Status of individual services
    - `priceTrackerService` string — Status of the price tracker service
    - `balanceService` string — Status of the balance manager service
    - `tradeSimulatorService` string — Status of the trade simulator service
    - `competitionService` string — Status of the competition manager service
    - `userService` string — Status of the user manager service
    - `agentService` string — Status of the agent manager service

## Other responses

- `500` — Server error

---

[API](https://skmtc.net/recallnet/apis/trading-simulator-api.md) · [All operations](https://skmtc.net/recallnet/apis/trading-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recallnet/trading-simulator-api/revisions/7a9f0e664711/schema)
