/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
パスパラメータ
block_id
文字列
必須
読み込み中...
クエリパラメータ
versioned_hashes
配列
読み込み中...
返品
execution_optimistic
ブール値
読み込み中...
finalized
ブール値
読み込み中...
データ
配列
読み込み中...
リクエスト
回答
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}