Skip to main content

/eth/v1/beacon/blobs/{block_id} REST API Endpoint

Loading...

Updated on
Dec 05, 2025

/eth/v1/beacon/blobs/{block_id} REST API Endpoint

Parameters

block_id
string
REQUIRED
Loading...
versioned_hashes
array
Loading...

Returns

execution_optimistic
boolean
Loading...
finalized
boolean
Loading...
data
array
Loading...
Request
1
curl -X GET \
2
"https://docs-demo.quiknode.pro/eth/v1/beacon/blobs/head" \
3
-H "accept: application/json"
4
Response
1
{
2
"execution_optimistic": false,
3
"finalized": false,
4
"data": [
5
"0x1bba05e7d2009b32fc1207d86408d35abfba31c0f2b7c44cff6deeb9042211b935fb48bbc5c07c8c418a4..."
6
]
7
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free