/eth/v2/beacon/blocks/{block_id}
Retrieves block details for given block id. Depending on Accept header it can be returned either as json or as bytes serialized by SSZ
Parameters:
block_id-string, Block identifier. Can be one of: "head" (canonical head in node's view), "genesis", "finalized", , <hex encoded blockRoot with 0x prefix>.
Example:
Last updated