/eth/v2/beacon/blocks/{block_id}

Get block attestations

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

Last updated