본문으로 건너뛰기

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

로딩 중...

업데이트 날짜:
2026년 5월 21일

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

Electra Fork Requirement

This endpoint requires a state from the Electra fork or later (slot >= 11649024). The pending_partial_withdrawals field does not exist in pre-Electra state schemas (Phase0, Altair, Bellatrix, Capella, Deneb). Querying a state prior to Electra will return a 400 error.

경로 매개변수

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

반품

버전
문자열
로딩 중...
execution_optimistic
부울
로딩 중...
확정됨
부울
로딩 중...
데이터
배열
로딩 중...
validator_index
문자열
로딩 중...
금액
문자열
로딩 중...
withdrawable_epoch
문자열
로딩 중...
요청
답변
1
{
2
"execution_optimistic": false,
3
"finalized": false,
4
"data": [
5
{
6
"validator_index": "1084521",
7
"amount": "1000000000",
8
"withdrawable_epoch": "350375"
9
}
10
]
11
}
1
{
2
"execution_optimistic": false,
3
"finalized": false,
4
"data": [
5
{
6
"validator_index": "1084521",
7
"amount": "1000000000",
8
"withdrawable_epoch": "350375"
9
}
10
]
11
}
아직 계정이 없으신가요?
단 몇 초 만에 Quicknode 엔드포인트를 생성하고 개발을 시작하세요
지금 무료로 시작하세요