/eth/v1/beacon/headers/{block_id}

Get block headers

curl -X GET \
    "https://mainnet.ethereum.validationcloud.io/v1/<YOUR_API_KEY_HERE>/eth/v1/beacon/headers/head" \
    -H "Content-Type: application/json"

Last updated