/ DEVELOPERS / API / ETH_GETPROOF

eth_getProof

EIP-1186 Merkle proof for an account + optional storage slots. Light clients use this to verify state without trusting the RPC.

eth_getProof

EIP-1186 Merkle proof for an account + optional storage slots. Light clients use this to verify state without trusting the RPC.

eth_*category: accountreturns: object
Share link

Parameters

valid

Account address

Array of 0x-prefixed 32-byte slot keys

Block tag (only 'latest' today)

Response

Press Send Request to see a response.

Copy as

curl -X POST '/rpc' \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","method":"eth_getProof","params":["0xe20E4bE36144aF17eb87509077D02F8C38423Bf7",[],"latest"],"id":1}'