Health

Node heartbeat

Get node health. Returns empty result (200 OK) on success, no response - in case of an error.

get

/health

Responses
curl -L \
  --url 'https://atom-tendermint.nownodes.io/health'
{
  "id": 0,
  "jsonrpc": "2.0",
  "result": {
    "ANY_ADDITIONAL_PROPERTY": "anything"
  }
}

Last updated