/eth/v2/beacon/blocks/{block_id}
Get block attestations
Last updated
Was this helpful?
Get block attestations
Last updated
Was this helpful?
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.
/eth/v1/beacon/blocks/{block_id}
Block identifier. Can be one of: "head" (canonical head in node's view), "genesis", "finalized", <slot>, <hex encoded blockRoot with 0x prefix>.
head
No body