跳至主要內容

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

載入中...

更新於
May 21, 2026

/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
布林值
載入中...
finalized
布林值
載入中...
資料
陣列
載入中...
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
}
還沒有帳號嗎?
endpoint 幾秒鐘endpoint 建立您的Quicknode endpoint ,並開始建置
立即免費開始使用