/eth/v1/node/health

Get health check.

Provides the http status codes for the node's health. advantageous to load balancers.

Example Request and Result for /v1/node/health

In this section, we provide an illustrative example of a request made to retrieve details contents using the /v1/node/health endpoint. Additionally, we present the resulting response containing information about the health check.

Parameters

FieldTypeDescription

syncing_status

number

Customize syncing status instead of default status code (206)

The example in this section uses a non-existing project id.

Make sure you replace it with your Ethereum Holesky Beacon endpoint when issuing the API calls.

Don't have a project id? Here's a straightforward guide on how to obtain one!

Get node syncing status.

GET https://eth-holesky-beacon.blastapi.io/<project-id>/eth/v1/node/health

Query Parameters

NameTypeDescription

syncing_status

string

206

Node is ready

Curl Request example

curl -X 'GET' \
  'https://eth-holesky-beacon.blastapi.io/<project-id>/eth/v1/node/health?syncing_status=206' \
  -H 'accept: application/json'

Last updated