Forks will be deprecated on March 31, 2025. Please migrate to Tenderly Virtual TestNets or contact our support for assistance with automatic migration.

eth_getProof - Curtis


Summary

For the given account, returns the storage values, account, and Markle-proof, allowing data verification.

Parameters

1. Address Address

The address of the account
Example: 0x12345...

Storage Keys String[]

Array of storage keys that should be proofed and included
Example: [0x12345...]

Block Number Quantity or Tag

Hex block number, or the tag latest, earliest, pending, finalized or safe
Example: latest or pending

Code Examples