Updated on 2023-12-06 GMT+08:00

Consensus Layer

Request example (with credential)

curl -X GET -H 'Content-Type: application/json' https://your-http-endpoint/your-credential/eth/v1/beacon/genesis
Request example (with IAM token)
curl -X GET -H 'Content-Type: application/json' -H 'X-Auth-Token:your-iam-token' https://your-http-endpoint/eth/v1/beacon/genesis 

Response example

{"data":{"genesis_time":"1606824023","genesis_validators_root":"0x4b363db94e286120d76eb905340fdd4e54bfe9f06bf33ff6cf5ad27f511bfe95","genesis_fork_version":"0x00000000"}}