eth_getProof
eth_getProof
Returns the account and storage values including Merkle proof for the given account and storage keys at the specified block.
**Provider limits:** On OP Stack networks, Conduit-hosted RPCs limit `eth_getProof` to a recent history window. Requests for deep historical state may not be served. Katana networks are not affected.
⚡ Compute Units: [20 CU](https://docs.conduit.xyz/rpc-nodes/information/compute-units)
Request
This endpoint expects an object.
address
20-byte address of the account
storageKeys
Array of storage keys to generate proofs for
blockIdentifier
Block number, block hash, or one of "latest", "earliest", "pending", "finalized", "safe"
Response
Proof object containing account and storage proofs
accountProof
balance
codeHash
nonce
storageHash
storageProof