Skip to main content

eth_getRootHash RPC Method

Loading...

Updated on
May 01, 2026

eth_getRootHash RPC Method

Parameters

fromBlock
integer
REQUIRED
Loading...
toBlock
integer
REQUIRED
Loading...

Returns

result
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": "eth_getRootHash",
6
"params": [
7
1000,
8
1032
9
],
10
"id": 1
11
}'
1
curl -X POST "https://docs-demo.matic.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_getRootHash",
6
"params": [
7
1000,
8
1032
9
],
10
"id": 1
11
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": "04b073e17b7186ab4daae17c5e2cc2d5a729cddd102b48b0e3d34bbfca20d482"
5
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": "04b073e17b7186ab4daae17c5e2cc2d5a729cddd102b48b0e3d34bbfca20d482"
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free