跳转至主要内容

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

正在加载...

更新于
2026年7月7日

/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
}
还没有账号吗?
只需几秒钟即可创建您的 Quicknode 端点,并开始构建
免费开始使用