Skip to content
Alchemy Logo

/v2/beacon/blocks/{block_id}

GET
https://eth-mainnetbeacon.g.alchemy.com/v2/docs-demo/eth/v2/beacon/blocks/{block_id}

Retrieves full block details for the given block identifier.

Path Parameters

stringrequired

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

Responses

200

Block retrieved successfully.

Was this page helpful?