⚠️Blast API (blastapi.io) ends Oct 31. Migrate to Dwellir and skip Alchemy's expensive compute units.
Switch Today →
Skip to main content

state_getChildReadProof

Returns read proofs for child storage keys at a block. Child trie usage is runtime-specific and may return empty results.

Replace parameters with a real child storage root and keys for meaningful proofs.

Code Examples

curl -X POST https://api-bittensor-mainnet.n.dwellir.com/YOUR_API_KEY \
+ -H 'Content-Type: application/json' \
+ -d '{"jsonrpc":"2.0","method":"state_getChildReadProof","params":[],"id":1}'