Alchemy Logo

/v1/beacon/states/{state_id}/pending_consolidations

GET
https://eth-mainnetbeacon.g.alchemy.com/v2/docs-demo/eth/v1/beacon/states/{state_id}/pending_consolidations

Returns pending consolidations for the given state. Pending consolidations represent validator indices that are scheduled to consolidate.

Path Parameters

state_idstringrequired

State identifier. Can be one of: head (canonical head in node's view), genesis, finalized, justified, <slot>, <hex encoded stateRoot with 0x prefix>.

Responses

200

Pending consolidations for the requested state.

Was this page helpful?