Skip to main content

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

Loading...

Updated on
Jul 28, 2025

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

Parameters

state_id
string
REQUIRED
Loading...
id
array
Loading...
status
array
Loading...

Returns

execution_optimistic
boolean
Loading...
data
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
String
Loading...
activation_elgibility_epoch
String
Loading...
activation_epoch
String
Loading...
exit_epoch
String
Loading...
withdrawable_epoch
String
Loading...
Request
1
curl -X GET \
2
"https://docs-demo.quiknode.pro/eth/v1/beacon/states/head/validators?status=active" \
3
-H "accept: application/json"
Response
1
{
2
"execution_optimistic": false,
3
"data": [
4
{
5
"index": "42",
6
"balance": "32756234517",
7
"status": "active_ongoing",
8
"validator": {
9
"pubkey": "0x8a6aa2eb61ac6d62357b19969be8d4a4e034613aca7096c63667f5b590637af24692d148a4b82b855e1b74d9fc1be1c2",
10
"withdrawal_credentials": "0x0100000000000000000000007e4aa755550152a5d0e121a40dc83c23ddb48764",
11
"effective_balance": "32000000000",
12
"slashed": false,
13
"activation_eligibility_epoch": "16083",
14
"activation_epoch": "16141",
15
"exit_epoch": "18446744073709551615",
16
"withdrawable_epoch": "18446744073709551615"
17
}
18
},
19
{
20
"index": "169",
21
"balance": "32381554210",
22
"status": "active_ongoing",
23
"validator": {
24
"pubkey": "0x934d0aaf9c72e92a06d83b905d39397327a74e0a5ee5305271118ee0e606b707c344d96fa7b15327bf565fbea90d1d9c",
25
"withdrawal_credentials": "0x01000000000000000000000038cb9831ba67e053ba68d36060374b3ec7e5d9ae",
26
"effective_balance": "32000000000",
27
"slashed": false,
28
"activation_eligibility_epoch": "16592",
29
"activation_epoch": "16650",
30
"exit_epoch": "18446744073709551615",
31
"withdrawable_epoch": "18446744073709551615"
32
}
33
},
34
{
35
"index": "782",
36
"balance": "32045678123",
37
"status": "active_exiting",
38
"validator": {
39
"pubkey": "0xa5e94e8abcef2d9cbec0613449e89aa4172a348b28c913b43061f57920cd16c18b77428fd80374ff1d68d82af3347977",
40
"withdrawal_credentials": "0x010000000000000000000000f5a5d9c2c3b1a0b5e6d8d7f9e2c1b0a9d8c7f6e5",
41
"effective_balance": "32000000000",
42
"slashed": false,
43
"activation_eligibility_epoch": "17256",
44
"activation_epoch": "17314",
45
"exit_epoch": "17890",
46
"withdrawable_epoch": "18154"
47
}
48
}
49
]
50
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free