Health

Health State

get

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.

Responses
200
Successful Response
application/json
get
GET /info/health HTTP/1.1
Host: kas.nownodes.io
Accept: */*
200

Successful Response

{
  "kaspadServers": [
    {
      "kaspadHost": "",
      "serverVersion": "0.12.6",
      "isUtxoIndexed": true,
      "isSynced": true,
      "p2pId": "1231312",
      "blueScore": 101065625
    }
  ],
  "database": {
    "isSynced": true,
    "blueScore": 1,
    "blueScoreDiff": 1
  }
}