/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}