/eth/v2/beacon/blocks/{block_id}
Get block attestations
Last updated
Get block attestations
Last updated
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.
Block identifier. Can be one of: "head" (canonical head in node's view), "genesis", "finalized", <slot>, <hex encoded blockRoot with 0x prefix>.
"head"
Success
The SignedBeaconBlock
object envelope from the CL spec.