Skip to main content

erigon_forks RPC Method

Loading...

Updated on
May 01, 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.matic.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.matic.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": "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