Skip to main content

/eth/v1/beacon/blocks/{block_id}/attestations REST API Endpoint

Loading...

Updated on
Apr 10, 2026

/eth/v1/beacon/blocks/{block_id}/attestations REST API Endpoint

Path Parameters

block_id
string
REQUIRED
Loading...

Returns

execution_optimistic
boolean
Loading...
finalized
boolean
Loading...
data
array
Loading...
aggregation_bits
string
Loading...
data
array
Loading...
slot
string
Loading...
index
string
Loading...
beacon_block_root
string
Loading...
source
array
Loading...
epoch
string
Loading...
root
string
Loading...
target
array
Loading...
epoch
string
Loading...
root
string
Loading...
signature
string
Loading...
Request
1
curl -X GET "https://docs-demo.vana-mainnet.quiknode.pro/eth/v1/beacon/blocks/head/attestations" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.vana-mainnet.quiknode.pro/eth/v1/beacon/blocks/head/attestations" \
2
-H "Content-Type: application/json"
Response
1
{
2
"execution_optimistic": false,
3
"finalized": false,
4
"data": [
5
{
6
"aggregation_bits": "0x1f",
7
"data": {
8
"slot": "7887466",
9
"index": "0",
10
"beacon_block_root": "0x2507de0db3f3042728207be57de148ae28c8ee8055602b733b199ff894fe2e22",
11
"source": {
12
"epoch": "985932",
13
"root": "0x368ad26261b9733f9fe1c0c56a6320fd2a4a076fe70138fb8279d2bc78ce5274"
14
},
15
"target": {
16
"epoch": "985933",
17
"root": "0xeab9563498ef0cbbd35ad96e96e0eee72026f0936f870dc04adbbec52261182e"
18
}
19
},
20
"signature": "0xa9324b9879885a63f9f79885ab981ffb165ca8314f900b09e00da6861e288d6c3fcc1645f8f7f645618a873376c09d0218a66b1e750f5c3818da2dea06abe52f403fc35fd7a0524758ae90c7828fc74003f68e392a5eb9adde1c7cb12f2bc4ef"
21
}
22
]
23
}
1
{
2
"execution_optimistic": false,
3
"finalized": false,
4
"data": [
5
{
6
"aggregation_bits": "0x1f",
7
"data": {
8
"slot": "7887466",
9
"index": "0",
10
"beacon_block_root": "0x2507de0db3f3042728207be57de148ae28c8ee8055602b733b199ff894fe2e22",
11
"source": {
12
"epoch": "985932",
13
"root": "0x368ad26261b9733f9fe1c0c56a6320fd2a4a076fe70138fb8279d2bc78ce5274"
14
},
15
"target": {
16
"epoch": "985933",
17
"root": "0xeab9563498ef0cbbd35ad96e96e0eee72026f0936f870dc04adbbec52261182e"
18
}
19
},
20
"signature": "0xa9324b9879885a63f9f79885ab981ffb165ca8314f900b09e00da6861e288d6c3fcc1645f8f7f645618a873376c09d0218a66b1e750f5c3818da2dea06abe52f403fc35fd7a0524758ae90c7828fc74003f68e392a5eb9adde1c7cb12f2bc4ef"
21
}
22
]
23
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free