Skip to main content

erigon_forks RPC Method

Loading...

Updated on
Apr 17, 2026

erigon_forks RPC Method

Parameters

This method does not accept any parameters

Returns

genesis
string
Loading...
heightForks
array
Loading...
timeForks
array
Loading...
Request
1
curl -X POST "https://docs-demo.zkevm-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "erigon_forks",
6
"params": [],
7
"id": 1
8
}'
1
curl -X POST "https://docs-demo.zkevm-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "erigon_forks",
6
"params": [],
7
"id": 1
8
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"genesis": "0x81005434635456a16f74ff7023fbe0bf423abbc8a8deb093ffff455c0ad3b741",
6
"heightForks": [
7
1,
8
5575557,
9
7261581,
10
9890792,
11
10742147,
12
10985133,
13
19175239,
14
17909126868192199000
15
],
16
"timeForks": [
17
17909126868192199000
18
]
19
}
20
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"genesis": "0x81005434635456a16f74ff7023fbe0bf423abbc8a8deb093ffff455c0ad3b741",
6
"heightForks": [
7
1,
8
5575557,
9
7261581,
10
9890792,
11
10742147,
12
10985133,
13
19175239,
14
17909126868192199000
15
],
16
"timeForks": [
17
17909126868192199000
18
]
19
}
20
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free