Zum Hauptinhalt springen

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

Wird geladen...

Aktualisiert am
21. Mai 2026

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

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/blobs/{block_id}" \
-H "Accept: application/octet-stream" \
--output blobs.ssz

Pfadparameter

block_id
Zeichenkette
ERFORDERLICH
Wird geladen...

Abfrageparameter

versioned_hashes
Array
Wird geladen...

Rücksendungen

execution_optimistic
boolesch
Wird geladen...
finalized
boolesch
Wird geladen...
Daten
Array
Wird geladen...
Anfrage
Antwort
1
{
2
"execution_optimistic": false,
3
"finalized": false,
4
"data": [
5
"0x1bba05e7d2009b32fc1207d86408d35abfba31c0f2b7c44cff6deeb9042211b935fb48bbc5c07c8c418a4..."
6
]
7
}
1
{
2
"execution_optimistic": false,
3
"finalized": false,
4
"data": [
5
"0x1bba05e7d2009b32fc1207d86408d35abfba31c0f2b7c44cff6deeb9042211b935fb48bbc5c07c8c418a4..."
6
]
7
}
Haben Sie noch kein Konto?
Erstellen Sie Ihren Quicknode-Endpunkt in Sekundenschnelle und legen Sie los
Kostenlos loslegen