EVM
eth_getProof
Returns the account and storage values for a given address along with the Merkle proof needed to verify the data against the state root.
POST
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters: [address, storageKeys, blockParameter]Positional parameters for
eth_getProof:params[0]: The 20-byte address to check for balance, nonce, and storage.params[1]: Array of 32-byte storage keys (hex) to be included in the proof.params[2]: Block number or tag (“latest”, “earliest”, “pending”, “safe”, “finalized”).
Returns
Account details and Merkle proofs for storage verification.