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

# Basic health check

`GET /api/health`

Check if the API is running

## Response `200`

API is healthy

- object
  - `status` string — Health status of the API
  - `timestamp` string, date-time — Current server time
  - `uptime` number — Server uptime in seconds
  - `version` string — API version

## 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)
