Skip to main content

state_getChildReadProof RPC Method

Loading...

Updated on
Apr 01, 2026

state_getChildReadProof RPC Method

Parameters

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

Returns

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