/eth/v1/beacon/genesis

Retrieve details of the chain's genesis.

Retrieve details of the chain's genesis.

get
/eth/v1/beacon/genesis

Retrieve details of the chain's genesis which can be used to identify chain.

Responses
200

Request successful

application/json
get
/eth/v1/beacon/genesis
GET /v1/<YOUR_API_KEY_HERE>//eth/v1/beacon/genesis HTTP/1.1
Host: mainnet.ethereum.validationcloud.io/v1/<YOUR_API_KEY_HERE>/
Accept: */*
{
  "data": {
    "genesis_time": null,
    "genesis_validators_root": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2",
    "genesis_fork_version": "0x00000000"
  }
}
curl -X GET \
    "https://mainnet.ethereum.validationcloud.io/v1/<YOUR_API_KEY_HERE>/eth/v1/beacon/genesis" \
    -H "Content-Type: application/json" 

Last updated

Was this helpful?