eth_getProof

Returns the account and storage values of the specified account including the Merkle-proof. This call can be used to verify that the data you are pulling from is not tampered with.

Path Params
string
required
Defaults to public

For higher throughput, please create your own API key.

Body Params
int32
required
Defaults to 1
string
required
Defaults to 2.0
string
required
Defaults to eth_getProof
params
array
required
length between 3 and 3
Defaults to 0x7F0d15C7FAae65896648C8273B6d7E43f58Fa842,0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421,latest
  1. address - String - 20 Bytes - Address of the account
  2. storageKeys - Array - 32 Bytes - array of storage-keys which should be proofed and included, See eth_getStorageAt.
  3. blockParameter - String - Either the hex value of a block number OR One of the following block tags:
  • pending - A sample next block built by the client on top of latest and containing the set of transactions usually taken from local mempool. Intuitively, you can think of these as blocks that have not been mined yet.
  • latest - The most recent block in the canonical chain observed by the client, this block may be re-orged out of the canonical chain even under healthy/normal conditions.
  • earliest - The lowest numbered block the client has available. Intuitively, you can think of this as the first block created.
params*
Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json