Skip to main content

erigon_forks RPC Method

Loading...

Updated on
Jun 18, 2026

erigon_forks RPC Method

Deprecation Notice

This method will be deprecated on Amoy Testnet (July 1, 2026) and Mainnet (July 15, 2026) following Polygon Labs' sunset of Erigon.

Parameters

This method does not accept any parameters

Returns

genesis
string
Loading...
heightForks
array
Loading...
timeForks
array
Loading...
Request
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"genesis": "0xa9c28ce2141b56c474f1dc504bee9b01eb1bd7d1a507580d5519d4437a97de1b",
6
"heightForks": [
7
3395000,
8
14750000,
9
23850000,
10
50523000,
11
54876000,
12
73440256
13
],
14
"timeForks": null
15
}
16
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"genesis": "0xa9c28ce2141b56c474f1dc504bee9b01eb1bd7d1a507580d5519d4437a97de1b",
6
"heightForks": [
7
3395000,
8
14750000,
9
23850000,
10
50523000,
11
54876000,
12
73440256
13
],
14
"timeForks": null
15
}
16
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free