Genesis data
Beacon Chain configuration info
Genesis data
Retrieve the Ethereum Beacon Chain genesis state with the eth/v1/beacon/genesis endpoint, including genesis time, validators root, and fork version.
GET
Genesis data
Genesis data
Get your own node endpoint today
Start for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.Parameters
none
Response
-
object— genesis information.genesis_time— the UNIX timestamp of when the Beacon Chain’s genesis event occurred. This is important because it marks the starting point of the Ethereum Beacon Chain network.genesis_validators_root— the Merkle root of the initial set of validators at the time of the genesis event. Validators are participants in the PoS system that propose and attest to new blocks.genesis_fork_version— the fork version of the Ethereum protocol active during the genesis event. This helps clients understand the version of the network they are interacting with.
200
Beacon genesis information successfully retrieved500
Internal server errorLast modified on April 20, 2026