eth_getProof
Accounts info | Tempo
eth_getProof | Tempo
Tempo API method that returns the Merkle proof for an account and optionally some storage keys. Available on Tempo via Chainstack.
POST
eth_getProof
Tempo API method that returns the Merkle proof for an account and optionally some storage keys. This is useful for verifying account state without trusting the node.Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
address— the address to get the proof forstorageKeys— array of storage positions to prove (hex strings)blockParameter— the block number (hex) or tag (latest,earliest,pending)
Response
result— the proof object:address— the account addressaccountProof— array of RLP-encoded Merkle Patricia trie nodes from state root to accountbalance— the account balancecodeHash— the hash of the account codenonce— the account noncestorageHash— the hash of the storage trie rootstorageProof— array of storage proofs, one per requested key:key— the storage keyvalue— the storage valueproof— array of RLP-encoded trie nodes from storage root to value
eth_getProof code examples
Last modified on May 18, 2026