---
title: "Health State"
method: GET
path: "/info/health"
tags: ["Kaspa network info"]
---

# Health State

`GET /info/health`

Checks node and database health by comparing blue score and sync status.
Returns health details or 503 if the database lags by ~10min or no nodes are synced.

## Response `200`

Successful Response

- HealthResponse
  - `kaspadServers` KaspadResponse[], required
    - `kaspadHost` string
    - `serverVersion` string
    - `isUtxoIndexed` boolean
    - `isSynced` boolean
    - `p2pId` string
    - `blueScore` integer
  - `database` DBCheckStatus, required
    - `isSynced` boolean
    - `blueScore` integer
    - `blueScoreDiff` integer
    - `acceptedTxBlockTime` integer
    - `acceptedTxBlockTimeDiff` integer

---

[API](https://skmtc.dev/kaspa/apis/kaspa-rest-api-server.md) · [All operations](https://skmtc.dev/kaspa/apis/kaspa-rest-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kaspa/kaspa-rest-api-server/revisions/12089df981aa/schema)
