Skip to main content

erigon_forks RPC Method

Loading...

Updated on
Apr 30, 2025

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 --location 'https://docs-demo.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"method": "erigon_forks",
5
"params": [],
6
"id": 1,
7
"jsonrpc": "2.0"
8
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"genesis": "0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3",
6
"heightForks": [
7
1150000,
8
1920000,
9
2463000,
10
2675000,
11
4370000,
12
7280000,
13
9069000,
14
9200000,
15
12244000,
16
12965000,
17
13773000,
18
15050000
19
],
20
"timeForks": [
21
1681338455,
22
1710338135
23
]
24
}
25
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free