Node Health
Description
Section titled “Description”Returns the health status of the beacon node. HTTP 200 means healthy, 206 means syncing, 503 means not initialized.
Endpoint
Section titled “Endpoint”GET /eth/v1/node/healthRequest
Section titled “Request”curl -s -o /dev/null -w "%{http_code}" https://eth-beacon.blockreq.com/v1/rpc/public/eth/v1/node/healthResponse
Section titled “Response”Returns an HTTP status code:
200— Node is ready206— Node is syncing503— Node is not initialized