/eth/v2/debug/beacon/states/{state_id} REST API Endpoint
Path Parameters
state_id
string
REQUIRED
Loading...
Returns
version
string
Loading...
execution_optimistic
boolean
Loading...
finalized
boolean
Loading...
data
object
Loading...
genesis_time
string
Loading...
genesis_validators_root
string
Loading...
slot
string
Loading...
fork
object
Loading...
previous_version
string
Loading...
current_version
string
Loading...
epoch
string
Loading...
latest_block_header
object
Loading...
slot
string
Loading...
proposer_index
string
Loading...
parent_root
string
Loading...
state_root
string
Loading...
body_root
string
Loading...
block_roots
array
Loading...
state_roots
array
Loading...
historical_roots
array
Loading...
eth1_data
object
Loading...
deposit_root
string
Loading...
deposit_count
string
Loading...
block_hash
string
Loading...
eth1_data_votes
array
Loading...
deposit_root
string
Loading...
deposit_count
string
Loading...
block_hash
string
Loading...
eth1_deposit_index
string
Loading...
validators
array
Loading...
pubkey
string
Loading...
withdraw_credentials
string
Loading...
effective_balance
string
Loading...
slashed
boolean
Loading...
activation_elgibility_epoch
string
Loading...
activation_epoch
string
Loading...
exit_epoch
string
Loading...
withdrawable_epoch
string
Loading...
balances
array
Loading...
randao_mixes
array
Loading...
slashings
array
Loading...
previous_epoch_attestations
array
Loading...
aggregation_bits
string
Loading...
data
object
Loading...
slot
string
Loading...
index
string
Loading...
beacon_block_root
string
Loading...
source
string
Loading...
epoch
string
Loading...
root
string
Loading...
target
string
Loading...
epoch
string
Loading...
root
string
Loading...
inclusion_delay
string
Loading...
proposer_index
string
Loading...
current_epoch_attestations
array
Loading...
justification_bits
string
Loading...
previous_justified_checkpoint
object
Loading...
epoch
string
Loading...
root
string
Loading...
current_justified_checkpoint
object
Loading...
epoch
string
Loading...
root
string
Loading...
finalized_checkpoint
object
Loading...
epoch
string
Loading...
root
string
Loading...
inactivity_scores
array
Loading...
current_sync_committee
object
Loading...
pubkeys
string
Loading...
aggregate_pubkey
string
Loading...
next_sync_committee
object
Loading...
pubkeys
string
Loading...
aggregate_pubkey
string
Loading...
latest_execution_payload_header
object
Loading...
parent_hash
string
Loading...
fee_recipient
string
Loading...
state_root
string
Loading...
receipts_root
string
Loading...
logs_bloom
string
Loading...
prev_randao
string
Loading...
block_number
string
Loading...
gas_limit
string
Loading...
gas_used
string
Loading...
timestamp
string
Loading...
extra_data
string
Loading...
base_fee_per_gas
string
Loading...
block_hash
string
Loading...
transactions_root
string
Loading...
Request
1curl -X GET "https://docs-demo.vana-mainnet.quiknode.pro/eth/v2/debug/beacon/states/head" \2-H "Content-Type: application/json"
1curl -X GET "https://docs-demo.vana-mainnet.quiknode.pro/eth/v2/debug/beacon/states/head" \2-H "Content-Type: application/json"
Response
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}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free