Alchemy Logo

/v2/debug/beacon/states/{state_id}

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

Returns the full BeaconState object for the given state identifier. This is a debug endpoint intended for advanced inspection and troubleshooting.

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

BeaconState retrieved successfully.

Was this page helpful?