eth_getProof
Returns the Merkle proof for a given account and optionally some storage keys.
Path parameters
apiKey
Request
This endpoint expects an object.
Address
The address of the account to generate the proof for.
StorageKeys
An array of storage keys (slots) to generate proofs for.
Block
The block number, tag, or hash at which to generate the proof.
Response
An object containing the account proof and storage proofs.
address
Account address associated with the storage proofs.
storageProof
Array of storage proofs for the requested keys.