getBeaconStateFork
Identify the active fork version for a given Beacon Chain state, such as head, genesis, finalized, or a specific slot, to verify network upgrades.
Instructions
Get the fork version information for a given Beacon Chain state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| stateId | Yes | State ID: head, genesis, finalized, slot, or state root |