Skip to content

Node Health

Returns the health status of the beacon node. HTTP 200 means healthy, 206 means syncing, 503 means not initialized.

GET /eth/v1/node/health
Terminal window
curl -s -o /dev/null -w "%{http_code}" https://eth-beacon.blockreq.com/v1/rpc/public/eth/v1/node/health

Returns an HTTP status code:

  • 200 — Node is ready
  • 206 — Node is syncing
  • 503 — Node is not initialized