/eth/v1/beacon/genesis
Retrieve details of the chain's genesis.
Retrieve details of the chain's genesis which can be used to identify chain.
Responses
200
Request successful
application/json
404
Chain genesis info is not yet known
application/json
500
Beacon node internal error.
application/json
get
/eth/v1/beacon/genesiscurl -X GET \
"https://mainnet.ethereum.validationcloud.io/v1/<YOUR_API_KEY_HERE>/eth/v1/beacon/genesis" \
-H "Content-Type: application/json" curl -X GET \
"https://sepolia.ethereum.validationcloud.io/v1/<YOUR_API_KEY_HERE>/eth/v1/beacon/genesis" \
-H "Content-Type: application/json" Last updated
Was this helpful?