मुख्य सामग्री पर जाएं

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

लोड हो रहा है...

को अपडेट
May 21, 2026

/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

पथ पैरामीटर

ब्लॉक_आईडी
डोरी
आवश्यक
लोड हो रहा है...

रिटर्न

संस्करण
डोरी
लोड हो रहा है...
डेटा
वस्तु
लोड हो रहा है...
संदेश
वस्तु
लोड हो रहा है...
slot
डोरी
लोड हो रहा है...
proposer_index
डोरी
लोड हो रहा है...
parent_root
डोरी
लोड हो रहा है...
state_root
डोरी
लोड हो रहा है...
body
वस्तु
लोड हो रहा है...
signature
डोरी
लोड हो रहा है...
अनुरोध
प्रतिक्रिया
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 endpoint कुछ ही सेकंड में निर्माण शुरू करें
मुफ़्त में शुरुआत करें