Virtual TestNets are live! ⚡️ Test and stage dapps on real-time production data.  Schedule Office Hours

eth_getProof - Polygon Mainnet


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