{ "id": 1, "jsonrpc": "2.0", "method": "eth_getProof", "params": [ "0x407d73d8a49eeb85d32cf465507dd71d507100c1", ["0x0000000000000000000000000000000000000000000000000000000000000000"], "latest" ] }
{ "id": 1, "jsonrpc": "2.0", "result": { "address": "0x407d73d8a49eeb85d32cf465507dd71d507100c1", "accountProof": [ "0xf90211a0...", "0xf90211a0..." ], "balance": "0x0", "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", "nonce": "0x0", "storageHash": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "storageProof": [ { "key": "0x0000000000000000000000000000000000000000000000000000000000000000", "value": "0x0", "proof": [ "0xf90211a0..." ] } ] } }
Get the Merkle proof for account and storage values
Show Proof object properties
Show Storage proof properties
Was this page helpful?