본문으로 건너뛰기

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

로딩 중...

업데이트 날짜:
Apr 10, 2026

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

경로 매개변수

state_id
문자열
필수
로딩 중...

쿼리 매개변수

id
배열
로딩 중...
상태
배열
로딩 중...

반품

execution_optimistic
부울
로딩 중...
확정됨
부울
로딩 중...
데이터
객체
로딩 중...
목차
문자열
로딩 중...
균형
문자열
로딩 중...
상태
문자열
로딩 중...
pending_initialized
로딩 중...
pending_queued
로딩 중...
active_ongoing
로딩 중...
active_exiting
로딩 중...
active_slashed
로딩 중...
exited_unslashed
로딩 중...
exited_slashed
로딩 중...
withdrawal_possible
로딩 중...
withdrawal_done
로딩 중...
검증기
로딩 중...
pubkey
문자열
로딩 중...
withdrawal_crendetials
문자열
로딩 중...
effective_balance
문자열
로딩 중...
slashed
부울
로딩 중...
activation_elgibility_epoch
문자열
로딩 중...
activation_epoch
문자열
로딩 중...
exit_epoch
문자열
로딩 중...
withdrawable_epoch
문자열
로딩 중...
요청
답변
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
}
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
}
아직 계정이 없으신가요?
단 몇 초 만에 Quicknode 엔드포인트를 생성하고 개발을 시작하세요
지금 무료로 시작하세요