Skip to main content

/eth/v1/beacon/states/{state_id}/validators/{validator_id} REST API Endpoint

Loading...

Updated on
Apr 10, 2026

/eth/v1/beacon/states/{state_id}/validators/{validator_id} REST API Endpoint

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...
pending_initialized
Loading...
pending_queued
Loading...
active_ongoing
Loading...
active_exiting
Loading...
active_slashed
Loading...
exited_unslashed
Loading...
exited_slashed
Loading...
withdrawal_possible
Loading...
withdrawal_done
Loading...
validator
Loading...
pubkey
string
Loading...
withdrawal_crendetials
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...
Request
1
curl -X GET "https://docs-demo.vana-mainnet.quiknode.pro/eth/v1/beacon/states/1/validators/0x8ab7aa0d5117ccbcf7567f397107e2f1a2c3308de896b0f0190f9419176192e15345dd0415bd9f7e26980e8220c77291" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.vana-mainnet.quiknode.pro/eth/v1/beacon/states/1/validators/0x8ab7aa0d5117ccbcf7567f397107e2f1a2c3308de896b0f0190f9419176192e15345dd0415bd9f7e26980e8220c77291" \
2
-H "Content-Type: application/json"
Response
1
{
2
"execution_optimistic": false,
3
"finalized": false,
4
"data": {
5
"index": "183215",
6
"balance": "0",
7
"status": "withdrawal_done",
8
"validator": {
9
"pubkey": "0xa263cec6f692c3f2a4edcbf7b791634ae964ae959e2dfab032cbe9234004ca34b02015ede753db15bd98bd12e3cd039b",
10
"withdrawal_credentials": "0x0100000000000000000000001a5e3bf5b68c9cf0be8e4daad9a297ddc6399106",
11
"effective_balance": "0",
12
"slashed": false,
13
"activation_eligibility_epoch": "46120",
14
"activation_epoch": "48315",
15
"exit_epoch": "324399",
16
"withdrawable_epoch": "324655"
17
}
18
}
19
}
1
{
2
"execution_optimistic": false,
3
"finalized": false,
4
"data": {
5
"index": "183215",
6
"balance": "0",
7
"status": "withdrawal_done",
8
"validator": {
9
"pubkey": "0xa263cec6f692c3f2a4edcbf7b791634ae964ae959e2dfab032cbe9234004ca34b02015ede753db15bd98bd12e3cd039b",
10
"withdrawal_credentials": "0x0100000000000000000000001a5e3bf5b68c9cf0be8e4daad9a297ddc6399106",
11
"effective_balance": "0",
12
"slashed": false,
13
"activation_eligibility_epoch": "46120",
14
"activation_epoch": "48315",
15
"exit_epoch": "324399",
16
"withdrawable_epoch": "324655"
17
}
18
}
19
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free