/v1/beacon/headers/{block_id}
GET
https://eth-mainnetbeacon.g.alchemy.com/v2/docs-demo/eth/v1/beacon/headers/{block_id}
Retrieves the block header for the given block identifier.
Path Parameters
block_idstringrequiredBlock identifier. Can be one of: head (canonical head in node's view), genesis, finalized, <slot>, <hex encoded blockRoot with 0x prefix>
Responses
200
Successfully retrieved block header.
Was this page helpful?