Health

Node heartbeat

get

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

Responses
200
Gets Node Health
application/json
Responseall of

Empty Response

get
GET /health HTTP/1.1
Host: bnb.nownodes.io
Accept: */*
{
  "id": 0,
  "jsonrpc": "2.0",
  "result": {
    "ANY_ADDITIONAL_PROPERTY": "anything"
  }
}