/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.

Parameters

No Parameters

Result

The genesis info of current chain.

Example

Request

curl <your-endpoint>/eth/v1/beacon/genesis

Return

{
  "data": {
    "genesis_time": "1590832934",
    "genesis_validators_root": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2",
    "genesis_fork_version": "0x00000000"
  }
}