Skip to main content

childstate_getStorage RPC Method

Loading...

Updated on
Apr 01, 2026

childstate_getStorage RPC Method

Parameters

PrefixedStorageKey
string
REQUIRED
Loading...
StorageKey
string
REQUIRED
Loading...
Hash
string
Loading...

Returns

StorageData
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": "childstate_getStorage",
6
"params": [
7
"PrefixedStorageKey",
8
"StorageKey"
9
],
10
"id": 1
11
}'
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": "childstate_getStorage",
6
"params": [
7
"PrefixedStorageKey",
8
"StorageKey"
9
],
10
"id": 1
11
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"result": "0x0a0d0000",
4
"id": 1
5
}
1
{
2
"jsonrpc": "2.0",
3
"result": "0x0a0d0000",
4
"id": 1
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free