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

Get block attestations

Deprecated

Get block

get
/eth/v1/beacon/blocks/{block_id}

Returns the complete SignedBeaconBlock for a given block ID. Depending on the Accept header it can be returned either as JSON or SSZ-serialized bytes.

Path parameters
block_idstringRequired

Block identifier. Can be one of: "head" (canonical head in node's view), "genesis", "finalized", <slot>, <hex encoded blockRoot with 0x prefix>.

Example: head
Responses
200

Success

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

Last updated

Was this helpful?