Ir al contenido principal

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

Cargando...

Actualizado el
21 de mayo de 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.

Parámetros de ruta

state_id
cadena
OBLIGATORIO
Cargando...

Devoluciones

versión
cadena
Cargando...
execution_optimistic
booleano
Cargando...
finalized
booleano
Cargando...
datos
matriz
Cargando...
índice_validador
cadena
Cargando...
cantidad
cadena
Cargando...
withdrawable_epoch
cadena
Cargando...
Solicitud
Respuesta
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
}
¿Aún no tienes una cuenta?
Crea tu punto de conexión de Quicknode en cuestión de segundos y empieza a desarrollar
Empieza gratis