/v2/beacon/blocks/{block_id}/attestations

Retrieves attestations included in the requested block.

Path parameters

block_idstringRequired

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

Response

Attestations included in the block.
versionstring or null
Schema version of the response.
execution_optimisticboolean or null
Whether the execution payload is optimistic.
finalizedboolean or null
Whether the block is finalized.
datalist of objects or null
List of attestations in this block.