Skip to main content
POST
eth_getProof
Robinhood Chain API method that returns the account and storage values including the Merkle-proof.

Parameters

  • address — the address of the account
  • array — an array of storage keys to generate proofs for
  • quantity 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
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_getProof
params
string · any[] · string[]

The address of the account.

Response

200 - application/json

Returns the account and storage values of the specified account including the Merkle-proof.

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026