/ 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
Parameters
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}'