/eth/v1/beacon/states/{state_id}/fork
Get Fork object for requested state
Last updated
Get Fork object for requested state
Last updated
Returns Fork object for state with given 'stateId'.
State identifier. Can be one of: "head" (canonical head in node's view), "genesis", "finalized", "justified", <slot>, <hex encoded stateRoot with 0x prefix>.
"head"
Success
The Fork
object from the CL spec.