Skip to main content

state_getReadProof RPC Method

Returns proof of storage entries at a specific key.

Updated on
Jul 18, 2025

state_getReadProof RPC Method

Parameters

keys
array
REQUIRED
An array of storage keys to get proofs for
hash
string
The block hash. If not provided, uses the latest block

Returns

result
object
The result object which contains the following fields:
at
string
The block hash at which the storage proof is taken
proof
array
An array of hex-encoded strings, each representing a node in the Merkle-Patricia Trie used to prove the inclusion of a value in the state trie at the given block hash
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free