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

Response

Pending consolidations for the requested state.
versionstring or null

Protocol version (Electra).

execution_optimisticboolean or null
Whether the execution payload is optimistic.
finalizedboolean or null
Whether the state is finalized.
datalist of objects or null
List of pending consolidations in this state.