Skip to main content

erigon_forks RPC Method

Loading...

Updated on
Feb 09, 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.xdai.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": "0x4f1dd23188aab3a76b463e4af801b52b1248ef073c648cbdc4c9333d3da79756",
6
"heightForks": [
7
1604400,
8
2508800,
9
7298030,
10
9186425,
11
16101500,
12
19040000
13
],
14
"timeForks": [
15
1690889660,
16
1710181820,
17
1746021820,
18
1766419900
19
]
20
}
21
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free