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

/eth/v2/debug/beacon/states/{state_id} REST API Endpoint

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

को अपडेट
May 21, 2026

/eth/v2/debug/beacon/states/{state_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. Note: full beacon state responses can be very large (hundreds of MB) — streaming the response directly to a file is recommended.

curl --location "YOUR_QUICKNODE_ETHEREUM_URL/eth/v2/debug/beacon/states/head" \
--header "Accept: application/octet-stream" \
--output state.ssz

पथ पैरामीटर

state_id
डोरी
आवश्यक
लोड हो रहा है...

रिटर्न

संस्करण
डोरी
लोड हो रहा है...
execution_optimistic
बूलियन
लोड हो रहा है...
अंतिम रूप दिया
बूलियन
लोड हो रहा है...
डेटा
वस्तु
लोड हो रहा है...
उत्पत्ति_समय
डोरी
लोड हो रहा है...
genesis_validators_root
डोरी
लोड हो रहा है...
slot
डोरी
लोड हो रहा है...
fork
वस्तु
लोड हो रहा है...
previous_version
डोरी
लोड हो रहा है...
current_version
डोरी
लोड हो रहा है...
epoch
डोरी
लोड हो रहा है...
latest_block_header
वस्तु
लोड हो रहा है...
slot
डोरी
लोड हो रहा है...
proposer_index
डोरी
लोड हो रहा है...
parent_root
डोरी
लोड हो रहा है...
state_root
डोरी
लोड हो रहा है...
body_root
डोरी
लोड हो रहा है...
block_roots
सरणी
लोड हो रहा है...
state_roots
सरणी
लोड हो रहा है...
historical_roots
सरणी
लोड हो रहा है...
eth1_data
वस्तु
लोड हो रहा है...
deposit_root
डोरी
लोड हो रहा है...
deposit_count
डोरी
लोड हो रहा है...
ब्लॉक_हैश
डोरी
लोड हो रहा है...
eth1_data_votes
सरणी
लोड हो रहा है...
deposit_root
डोरी
लोड हो रहा है...
deposit_count
डोरी
लोड हो रहा है...
ब्लॉक_हैश
डोरी
लोड हो रहा है...
eth1_deposit_index
डोरी
लोड हो रहा है...
प्रमाणकों
सरणी
लोड हो रहा है...
pubkey
डोरी
लोड हो रहा है...
withdraw_credentials
डोरी
लोड हो रहा है...
effective_balance
डोरी
लोड हो रहा है...
slashed
बूलियन
लोड हो रहा है...
activation_elgibility_epoch
डोरी
लोड हो रहा है...
activation_epoch
डोरी
लोड हो रहा है...
exit_epoch
डोरी
लोड हो रहा है...
withdrawable_epoch
डोरी
लोड हो रहा है...
balances
सरणी
लोड हो रहा है...
randao_mixes
सरणी
लोड हो रहा है...
slashings
सरणी
लोड हो रहा है...
previous_epoch_attestations
सरणी
लोड हो रहा है...
aggregation_bits
डोरी
लोड हो रहा है...
डेटा
वस्तु
लोड हो रहा है...
slot
डोरी
लोड हो रहा है...
index
डोरी
लोड हो रहा है...
beacon_block_root
डोरी
लोड हो रहा है...
source
डोरी
लोड हो रहा है...
epoch
डोरी
लोड हो रहा है...
जड़
डोरी
लोड हो रहा है...
target
डोरी
लोड हो रहा है...
epoch
डोरी
लोड हो रहा है...
जड़
डोरी
लोड हो रहा है...
inclusion_delay
डोरी
लोड हो रहा है...
proposer_index
डोरी
लोड हो रहा है...
current_epoch_attestations
सरणी
लोड हो रहा है...
justification_bits
डोरी
लोड हो रहा है...
previous_justified_checkpoint
वस्तु
लोड हो रहा है...
epoch
डोरी
लोड हो रहा है...
जड़
डोरी
लोड हो रहा है...
current_justified_checkpoint
वस्तु
लोड हो रहा है...
epoch
डोरी
लोड हो रहा है...
जड़
डोरी
लोड हो रहा है...
finalized_checkpoint
वस्तु
लोड हो रहा है...
epoch
डोरी
लोड हो रहा है...
जड़
डोरी
लोड हो रहा है...
अनुरोध
प्रतिक्रिया
1
{
2
"version": "bellatrix",
3
"execution_optimistic": false,
4
"finalized": true,
5
"data": {
6
"genesis_time": "1606824023",
7
"genesis_validators_root": "0x4b363db94e286120d76eb905340fdd4e54bfe9f06bf33ff6cf5ad27f511bfe95",
8
"slot": "4903392",
9
"fork": {
10
"previous_version": "0x02000000",
11
"current_version": "0x03000000",
12
"epoch": "112260"
13
} ,
14
"latest_block_header": {
15
"slot": "4903391",
16
"proposer_index": "169",
17
"parent_root": "0x7c52d736a5bc2a6bc90958cf04b7ac5bd0e3bba8c3a21586f84b92ecfac34025",
18
"state_root": "0x3e3af6de006f32fb28a6f049bc4daa5cbe895b2badee473749c710e456c5cbe7",
19
"body_root": "0x0e7ab76514893a35ce5d578188214f4c7354001002d45a18f60ab144b2932acb"
20
} ,
21
"validators": [
22
{
23
"pubkey": "0x8a6aa2eb61ac6d62357b19969be8d4a4e034613aca7096c63667f5b590637af24692d148a4b82b855e1b74d9fc1be1c2",
24
"withdraw_credentials": "0x0100000000000000000000007e4aa755550152a5d0e121a40dc83c23ddb48764",
25
"effective_balance": "32000000000",
26
"slashed": false,
27
"activation_elgibility_epoch": "16083",
28
"activation_epoch": "16141",
29
"exit_epoch": "18446744073709551615",
30
"withdrawable_epoch": "18446744073709551615"
31
}
32
] ,
33
"balances": [
34
"32756234517"
35
] ,
36
"justification_bits": "0x0f",
37
"previous_justified_checkpoint": {
38
"epoch": "153230",
39
"root": "0x3e3af6de006f32fb28a6f049bc4daa5cbe895b2badee473749c710e456c5cbe7"
40
} ,
41
"current_justified_checkpoint": {
42
"epoch": "153231",
43
"root": "0x0e7ab76514893a35ce5d578188214f4c7354001002d45a18f60ab144b2932acb"
44
} ,
45
"finalized_checkpoint": {
46
"epoch": "153230",
47
"root": "0x4e3af6de006f32fb28a6f049bc4daa5cbe895b2badee473749c710e456c5cbe7"
48
}
49
}
50
}
1
{
2
"version": "bellatrix",
3
"execution_optimistic": false,
4
"finalized": true,
5
"data": {
6
"genesis_time": "1606824023",
7
"genesis_validators_root": "0x4b363db94e286120d76eb905340fdd4e54bfe9f06bf33ff6cf5ad27f511bfe95",
8
"slot": "4903392",
9
"fork": {
10
"previous_version": "0x02000000",
11
"current_version": "0x03000000",
12
"epoch": "112260"
13
} ,
14
"latest_block_header": {
15
"slot": "4903391",
16
"proposer_index": "169",
17
"parent_root": "0x7c52d736a5bc2a6bc90958cf04b7ac5bd0e3bba8c3a21586f84b92ecfac34025",
18
"state_root": "0x3e3af6de006f32fb28a6f049bc4daa5cbe895b2badee473749c710e456c5cbe7",
19
"body_root": "0x0e7ab76514893a35ce5d578188214f4c7354001002d45a18f60ab144b2932acb"
20
} ,
21
"validators": [
22
{
23
"pubkey": "0x8a6aa2eb61ac6d62357b19969be8d4a4e034613aca7096c63667f5b590637af24692d148a4b82b855e1b74d9fc1be1c2",
24
"withdraw_credentials": "0x0100000000000000000000007e4aa755550152a5d0e121a40dc83c23ddb48764",
25
"effective_balance": "32000000000",
26
"slashed": false,
27
"activation_elgibility_epoch": "16083",
28
"activation_epoch": "16141",
29
"exit_epoch": "18446744073709551615",
30
"withdrawable_epoch": "18446744073709551615"
31
}
32
] ,
33
"balances": [
34
"32756234517"
35
] ,
36
"justification_bits": "0x0f",
37
"previous_justified_checkpoint": {
38
"epoch": "153230",
39
"root": "0x3e3af6de006f32fb28a6f049bc4daa5cbe895b2badee473749c710e456c5cbe7"
40
} ,
41
"current_justified_checkpoint": {
42
"epoch": "153231",
43
"root": "0x0e7ab76514893a35ce5d578188214f4c7354001002d45a18f60ab144b2932acb"
44
} ,
45
"finalized_checkpoint": {
46
"epoch": "153230",
47
"root": "0x4e3af6de006f32fb28a6f049bc4daa5cbe895b2badee473749c710e456c5cbe7"
48
}
49
}
50
}
अब तक कोई खाता नहीं है?
अपना बनाएँ Quicknode endpoint कुछ ही सेकंड में निर्माण शुरू करें
मुफ़्त में शुरुआत करें