Skip to main content

state_queryStorageAt RPC Method

Loading...

Updated on
Apr 01, 2026

state_queryStorageAt RPC Method

Parameters

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

Returns

result
array
Loading...
block
string
Loading...
changes
array
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_queryStorageAt",
6
"params": [
7
[
8
"0x1a736d37504c2e3fb73dad160c55b2918ee7418a6531173d60d1f6a82d8f4d51c16ee72ac33a6a9e5e887792c26526f9cc080000"
9
]
10
],
11
"id": 1
12
}'
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_queryStorageAt",
6
"params": [
7
[
8
"0x1a736d37504c2e3fb73dad160c55b2918ee7418a6531173d60d1f6a82d8f4d51c16ee72ac33a6a9e5e887792c26526f9cc080000"
9
]
10
],
11
"id": 1
12
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"result": [
4
{
5
"block": "0xe980a80ed3bda993f300a7e441e5e6988bb320b1db74b30a1d954844189d3276",
6
"changes": [
7
[
8
"0x1a736d37504c2e3fb73dad160c55b2918ee7418a6531173d60d1f6a82d8f4d51c16ee72ac33a6a9e5e887792c26526f9cc080000",
9
null
10
]
11
]
12
}
13
],
14
"id": 1
15
}
1
{
2
"jsonrpc": "2.0",
3
"result": [
4
{
5
"block": "0xe980a80ed3bda993f300a7e441e5e6988bb320b1db74b30a1d954844189d3276",
6
"changes": [
7
[
8
"0x1a736d37504c2e3fb73dad160c55b2918ee7418a6531173d60d1f6a82d8f4d51c16ee72ac33a6a9e5e887792c26526f9cc080000",
9
null
10
]
11
]
12
}
13
],
14
"id": 1
15
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free