/eth/v1/validator/aggregate_attestation
Get aggregated attestation
Get aggregated attestation
get
Aggregates all attestations matching given attestation data root and slot
attestation_data_rootstringRequiredHashTreeRoot of AttestationData that validator wants aggregated
Example: 0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2
Pattern: ^0x[a-fA-F0-9]{64}$
slotstringRequiredExample: 1
200Returns aggregated `Attestation` object with same `AttestationData` root.
application/json
400Invalid request syntax.
application/json
500Beacon node internal error.
application/json
GET /v1/<YOUR_API_KEY_HERE>//eth/v1/validator/aggregate_attestation HTTP/1.1
Host: mainnet.ethereum.validationcloud.io
Accept: */*
curl -X GET \
"https://mainnet.ethereum.validationcloud.io/v1/<YOUR_API_KEY_HERE>/eth/v1/validator/aggregate_attestation?attestation_data_root=0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2&slot=1" \
-H "Content-Type: application/json"
curl -X GET \
"https://sepolia.ethereum.validationcloud.io/v1/<YOUR_API_KEY_HERE>/eth/v1/validator/aggregate_attestation?attestation_data_root=0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2&slot=1" \
-H "Content-Type: application/json"