eth_getProof
Returns the account and storage values, including the Merkle proof, of the specified account.
Last updated
curl https://rpc.adiri.tel \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"eth_getProof","params":[
"0x4392743B97C46c6Aa186A7f3D0468fbF177ee70F",
["0x86386409a65c1a7f963bc51852fa7ecbdb9cad2cec464de22ee4591e1622b46b"],
"latest"]
,"id":1}'{
"jsonrpc": "2.0",
"error": {
"code": -32603,
"message": "internal blocking task error"
},
"id": 1
}