eth_getProof
Accounts info | Plasma
eth_getProof | Plasma
Plasma API method that returns the account and storage values including the Merkle-proof. Available on Plasma via Chainstack JSON-RPC nodes.
POST
eth_getProof
Plasma API method that returns the account and storage values including the Merkle-proof.
Parameters
address— the address of the accountarray— an array of storage keys to generate proofs forquantity or tag— the block number in hex format or block tag (latest,earliest,pending,safe,finalized)
Response
object— account object with balance, codeHash, nonce, storageHash, accountProof, and storageProof
eth_getProof code examples
Body
application/json
Last modified on May 18, 2026