eth/v1/beacon/states/{state_id}/validators/{validator_id} REST API Endpoint
Parameters
Path Parameters
state_id
string
REQUIRED
Loading...
validator_id
string
REQUIRED
Loading...
Returns
execution_optimistic
boolean
Loading...
finalized
boolean
Loading...
data
object
Loading...
index
string
Loading...
balance
string
Loading...
status
string
Loading...
validator
object
Loading...
pubkey
string
Loading...
withdrawal_credentials
string
Loading...
effective_balance
string
Loading...
slashed
boolean
Loading...
activation_eligibility_epoch
string
Loading...
activation_epoch
string
Loading...
exit_epoch
string
Loading...
withdrawable_epoch
string
Loading...
Request
1curl -X GET "https://docs-demo.bera-mainnet.quiknode.pro/eth/v1/beacon/states/head/validators/0" \2-H "Content-Type: application/json"
1curl -X GET "https://docs-demo.bera-mainnet.quiknode.pro/eth/v1/beacon/states/head/validators/0" \2-H "Content-Type: application/json"
Response
1{2"execution_optimistic": false,3"finalized": true,4"data": {5"index": "0",6"balance": "500000000000000",7"status": "active_ongoing",8"validator": {9"pubkey": "0x98111a6ee569f1be005551d8c76e042aabcb5bf4c491d177445a2b5fb30dedc7bf6db39e387831c6739bde4129c6ada5",10"withdrawal_credentials": "0x0100000000000000000000000b2261d5b8748aaf43e138c0a4a556659150a11a",11"effective_balance": "500000000000000",12"slashed": false,13"activation_eligibility_epoch": "0",14"activation_epoch": "0",15"exit_epoch": "18446744073709551615",16"withdrawable_epoch": "18446744073709551615"17}18}19}
1{2"execution_optimistic": false,3"finalized": true,4"data": {5"index": "0",6"balance": "500000000000000",7"status": "active_ongoing",8"validator": {9"pubkey": "0x98111a6ee569f1be005551d8c76e042aabcb5bf4c491d177445a2b5fb30dedc7bf6db39e387831c6739bde4129c6ada5",10"withdrawal_credentials": "0x0100000000000000000000000b2261d5b8748aaf43e138c0a4a556659150a11a",11"effective_balance": "500000000000000",12"slashed": false,13"activation_eligibility_epoch": "0",14"activation_epoch": "0",15"exit_epoch": "18446744073709551615",16"withdrawable_epoch": "18446744073709551615"17}18}19}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free