/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
路径参数
block_id
字符串
必填
正在加载...
退货
数据
数组
正在加载...
索引
字符串
正在加载...
blob
字符串
正在加载...
kzg_commitment
字符串
正在加载...
kzg_proof
字符串
正在加载...
signed_block_header
对象
正在加载...
消息
对象
正在加载...
插槽
字符串
正在加载...
proposer_index
字符串
正在加载...
parent_root
字符串
正在加载...
state_root
字符串
正在加载...
body_root
字符串
正在加载...
签名
字符串
正在加载...
kzg_commitment_inclusion_proof
对象
正在加载...
请求
回复
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}