eth_getProof
POST
/{apiKey}
Returns the Merkle proof for a given account and optionally some storage keys.
Path Parameters
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
Addressstringformat: "^0x[0-9a-fA-F]{40}$"requiredThe address of the account to generate the proof for.
StorageKeysstring[]requiredAn array of storage keys (slots) to generate proofs for.
Blockstring or enumrequiredThe block number, tag, or hash at which to generate the proof.
Identifies a block by explicit number, a predefined tag (e.g., latest/safe/finalized), or a 32-byte block hash.
Responses
200
An object containing the account proof and storage proofs.
Was this page helpful?