/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}