Skip to main content

/eth/v1/config/fork_schedule RPC Method

Loading...

Updated on
Apr 30, 2025

/eth/v1/config/fork_schedule RPC Method

Parameters

This method does not accept any parameters

Returns

data
array
Loading...
previous_version
string
Loading...
current_version
string
Loading...
epoch
string
Loading...
Request
1
curl --location 'https://docs-demo.quiknode.pro/eth/v1/config/fork_schedule' \
2
--header 'Content-Type: application/json'
Response
1
{
2
"data": [
3
{
4
"previous_version": "0x00000000",
5
"current_version": "0x00000000",
6
"epoch": "0"
7
},
8
{
9
"previous_version": "0x00000000",
10
"current_version": "0x01000000",
11
"epoch": "74240"
12
},
13
{
14
"previous_version": "0x01000000",
15
"current_version": "0x02000000",
16
"epoch": "144896"
17
},
18
{
19
"previous_version": "0x02000000",
20
"current_version": "0x03000000",
21
"epoch": "194048"
22
},
23
{
24
"previous_version": "0x03000000",
25
"current_version": "0x04000000",
26
"epoch": "269568"
27
}
28
]
29
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free