Skip to main content

state_getStorageHash RPC Method

Loading...

Updated on
Apr 01, 2026

state_getStorageHash RPC Method

Parameters

StorageKey
string
REQUIRED
Loading...
BlockHash
string
Loading...

Returns

result
string
Loading...
Request
1
curl -X POST "https://docs-demo.peaq-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "state_getStorageHash",
6
"params": [
7
"0x00124238ec12dd5198021ac60c2ae1c94e7b9012096b41c4eb3aaf947f6ea429"
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.peaq-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "state_getStorageHash",
6
"params": [
7
"0x00124238ec12dd5198021ac60c2ae1c94e7b9012096b41c4eb3aaf947f6ea429"
8
],
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"result": "0x9ee6dfb61a2fb903df487c401663825643bb825d41695e63df8af6162ab145a6",
4
"id": 1
5
}
1
{
2
"jsonrpc": "2.0",
3
"result": "0x9ee6dfb61a2fb903df487c401663825643bb825d41695e63df8af6162ab145a6",
4
"id": 1
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free