Skip to main content

eth_getProof

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

Parameters

account*
Type: string
keys*
Type: array of unknown
Enter values (comma separated)
Example: $value1, $value2, $value3
block_number*
Type: oneOf: Quantity (hex) | Tag
Enter a block number or latest

Returns

object

Properties (6 required)

📤 Request

curl --request POST \
     --url https://testnet-rpc.monad.xyz \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "id": 0,
  "jsonrpc": "2.0",
  "method": "eth_getProof",
  "params": []
}
'