Skip to content
Alchemy Logo

/v2/validator/aggregate_attestation

GET
https://eth-mainnetbeacon.g.alchemy.com/v2/docs-demo/eth/v2/validator/aggregate_attestation

Aggregates all attestations matching the given attestation data root, slot and committee index. Returns a single aggregated attestation. 503 is returned if the block identified by the response beacon_block_root is optimistic (i.e., the aggregated attestation attests to a block not fully verified by an execution engine). 404 is returned if no attestation is available for the requested attestation_data_root.

Query Parameters

stringformat: "hex"required

HashTreeRoot (hex) of the AttestationData to aggregate.

stringrequired

Slot of the attestation.

stringrequired

Committee index of the attestation.

Responses

200

Returns aggregated Attestation object with the same AttestationData root, slot and committee index.

Was this page helpful?