跳转至主要内容

/eth/v2/beacon/blocks/{block_id} REST API Endpoint

正在加载...

更新于
2026年5月21日

/eth/v2/beacon/blocks/{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/v2/beacon/blocks/{block_id}" \
-H "Accept: application/octet-stream" \
--output block.ssz

路径参数

block_id
字符串
必填
正在加载...

退货

版本
字符串
正在加载...
数据
对象
正在加载...
消息
对象
正在加载...
插槽
字符串
正在加载...
proposer_index
字符串
正在加载...
parent_root
字符串
正在加载...
state_root
字符串
正在加载...
body
对象
正在加载...
签名
字符串
正在加载...
请求
回复
1
{
2
"version": "fulu",
3
"execution_optimistic": false,
4
"finalized": false,
5
"data": {
6
"message": {
7
"slot": "14114189",
8
"proposer_index": "1660070",
9
"parent_root": "0x135a0798fa8e27424e078ea2ff7c34784ed74c48eccd025a2ddb26592884b3c8",
10
"state_root": "0x4d083b32036d09f04cfc26af83d9f8c5e6d84f37b416a89334da912452039f75",
11
"body": {
12
"graffiti": "0x0000000000000000000000000000000000000000000000000000000000000000"
13
}
14
},
15
"signature": "0xb1c39ef8dfccb963b3e741c9f0650b1ec51b663d953f3515589a578324f0dc8df7a46df84f763ffaad3ef9e01f42f185123c6ecccc0398b07d234a18402b57e6e9f5218ce1d50b0c3fa3cabbf99477c6f65a1130983e559bb32665369eded6ef"
16
}
17
}
1
{
2
"version": "fulu",
3
"execution_optimistic": false,
4
"finalized": false,
5
"data": {
6
"message": {
7
"slot": "14114189",
8
"proposer_index": "1660070",
9
"parent_root": "0x135a0798fa8e27424e078ea2ff7c34784ed74c48eccd025a2ddb26592884b3c8",
10
"state_root": "0x4d083b32036d09f04cfc26af83d9f8c5e6d84f37b416a89334da912452039f75",
11
"body": {
12
"graffiti": "0x0000000000000000000000000000000000000000000000000000000000000000"
13
}
14
},
15
"signature": "0xb1c39ef8dfccb963b3e741c9f0650b1ec51b663d953f3515589a578324f0dc8df7a46df84f763ffaad3ef9e01f42f185123c6ecccc0398b07d234a18402b57e6e9f5218ce1d50b0c3fa3cabbf99477c6f65a1130983e559bb32665369eded6ef"
16
}
17
}
还没有账号吗?
只需几秒钟即可创建您的 Quicknode 端点,并开始构建
免费开始使用