/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
attestation_data_rootstringformat: "hex"requiredHashTreeRoot (hex) of the AttestationData to aggregate.
slotstringrequiredSlot of the attestation.
committee_indexstringrequiredCommittee index of the attestation.
Responses
200
Returns aggregated Attestation object with the same AttestationData root, slot and committee index.
Was this page helpful?