Skip to main content

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

Loading...

Updated on
May 21, 2026

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

The complete history of blob data is supported.
SSZ Response Support

This endpoint also supports SSZ (SimpleSerialize) responses. Set Accept: application/octet-stream in the request header to receive an SSZ-encoded payload instead of JSON. SSZ responses are smaller and faster to parse, and are useful for consensus-layer clients and indexers.

curl -X GET "YOUR_QUICKNODE_ETHEREUM_URL/eth/v1/beacon/blob_sidecars/{block_id}" \
-H "Accept: application/octet-stream" \
--output blob_sidecars.ssz

Path Parameters

block_id
string
REQUIRED
Loading...

Returns

data
array
Loading...
index
string
Loading...
blob
string
Loading...
kzg_commitment
string
Loading...
kzg_proof
string
Loading...
signed_block_header
object
Loading...
message
object
Loading...
slot
string
Loading...
proposer_index
string
Loading...
parent_root
string
Loading...
state_root
string
Loading...
body_root
string
Loading...
signature
string
Loading...
kzg_commitment_inclusion_proof
object
Loading...
Request
1
curl -X GET "https://docs-demo.quiknode.pro/eth/v1/beacon/blob_sidecars/head" \
2
-H "Content-Type: application/json" \
3
-H "Accept: application/json"
1
curl -X GET "https://docs-demo.quiknode.pro/eth/v1/beacon/blob_sidecars/head" \
2
-H "Content-Type: application/json" \
3
-H "Accept: application/json"
Response
1
{
2
"version": "deneb",
3
"execution_optimistic": false,
4
"finalized": false,
5
"data": []
6
}
1
{
2
"version": "deneb",
3
"execution_optimistic": false,
4
"finalized": false,
5
"data": []
6
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free