Skip to main content

eth-v1-validator-aggregate_attestation RPC Method

Aggregates all attestations matching the given attestation data.

Updated on
Oct 4, 2023

eth-v1-validator-aggregate_attestation RPC Method

Parameters

attestation_data_root
string
The HashTreeRoot of AttestationData that validator wants aggregated
slot
string
The slot position

Returns

data
array
The Attestation object from the CL spec that contains the following values:
aggregation_bits
string
The attester aggregation bits
signature
string
The BLS aggregate signature
data
array
The AttestationData object from the CL spec
slot
string
The corresponding slot
index
string
The index
beacon_block_root
string
The LMD GHOST vote
source
array
The Checkpoint
epoch
string
The corresponding epoch
root
string
The corresponding root
target
array
The Checkpoint
epoch
string
The corresponding epoch
root
string
The corresponding root
Request
1
curl -X GET \
2
"https://docs-demo.xdai.quiknode.pro/eth/v1/validator/aggregate_attestation?attestation_data_root=ATTESTATION_DATA_ROOT&slot=SLOT_POSITION" \
3
-H "accept: application/json"
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free