Skip to content

Genesis

Returns the genesis time, validators root, and fork version of the beacon chain.

GET /eth/v1/beacon/genesis
Terminal window
curl https://eth-beacon.blockreq.com/v1/rpc/public/eth/v1/beacon/genesis
{
"data": {
"genesis_time": "1606824023",
"genesis_validators_root": "0x4b363db94e286120d76eb905340fdd4e54bfe9f06bf33ff6cf5ad27f511bfe95",
"genesis_fork_version": "0x00000000"
}
}