Home

Get Ethereum network fork information

POST
https://eth-archive.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-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

application/json

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.0required

JSON-RPC version identifier

methodstringerigon_forksrequired

The method to be invoked

idinteger | stringrequired

Request identifier for matching responses

paramsArray<any>required

Empty parameters array

Response

200OK

Successful forks information response

400Bad Request

Invalid request parameters

401Unauthorized

Unauthorized: API key is present but rejected by the NOWNodes gateway.

405Method Not Allowed

Method Not Allowed. Returned by the NOWNodes gateway for malformed or unsupported gateway-level requests.

422Unprocessable Entity

Missing API key. The NOWNodes gateway returns plain text for this error.

500Internal Server Error

Internal server error