Skip to main content

childstate_getKeysPaged RPC Method

Loading...

Updated on
Apr 01, 2026

childstate_getKeysPaged RPC Method

Parameters

PrefixedStorageKey
string
REQUIRED
Loading...
StorageKey
string
REQUIRED
Loading...
u32
integer
REQUIRED
Loading...
StorageKey
string
Loading...
Hash
string
Loading...

Returns

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