curl -X GET \
"curl https://mainnet.ethereum.validationcloud.io/v1/<YOUR_API_KEY_HERE>/eth/v1/beacon/genesis \
-H "Content-Type: application/json"
Retrieve details of the chain's genesis.
Retrieve details of the chain's genesis which can be used to identify chain.
Request successful
"1"
"1590832934"
The genesis_time configured for the beacon node, which is the unix time in seconds at which the Eth2.0 chain began.
"0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2"
^0x[a-fA-F0-9]{64}$
a fork version number
"0x00000000"
^0x[a-fA-F0-9]{8}$