eth_getProof
Returns the account and storage values of the specified account including the Merkle proof.
Parameters
Returns
Request
{
"jsonrpc": "2.0",
"method": "eth_getProof",
"params": [
"0x407d73d8a49eeb85d32cf465507dd71d507100c1",
["0x0000000000000000000000000000000000000000000000000000000000000000"],
"latest"
],
"id": 1
}curl https://rpc.dysnomia.icu -H "Content-Type: application/json" --data ''Response
Last updated