/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

attestation_data_rootstringRequiredformat: "hex"

HashTreeRoot (hex) of the AttestationData to aggregate.

slotstringRequired
Slot of the attestation.
committee_indexstringRequired
Committee index of the attestation.

Response

Returns aggregated Attestation object with the same AttestationData root, slot and committee index.
versionstring or null
dataobject or null