Get Ethereum network fork information
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
The erigon_forks method returns information about Ethereum network forks.
This Erigon-specific method provides details about hard forks including:
- Genesis block hash
- Block numbers where height-based forks occurred
- Timestamps where time-based forks occurred
This is useful for understanding the Ethereum network upgrade history and for applications that need to handle different fork behaviors.
Body
The erigon_forks method returns information about Ethereum network forks.
This Erigon-specific method provides details about hard forks including:
- Genesis block hash
- Block numbers where height-based forks occurred
- Timestamps where time-based forks occurred
This is useful for understanding the Ethereum network upgrade history and for applications that need to handle different fork behaviors.
Request payload for Get Ethereum network fork information.
jsonrpcstring2.0requiredJSON-RPC version identifier
methodstringerigon_forksrequiredThe method to be invoked
idinteger | stringrequiredRequest identifier for matching responses
paramsArray<any>requiredEmpty parameters array
Response
Successful forks information response
Invalid request parameters
Unauthorized: API key is present but rejected by the NOWNodes gateway.
Method Not Allowed. Returned by the NOWNodes gateway for malformed or unsupported gateway-level requests.
Missing API key. The NOWNodes gateway returns plain text for this error.
Internal server error