/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
布尔型
正在加载...
已最终确定
布尔型
正在加载...
数据
数组
正在加载...
请求
回复
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}