eth_getProof
Returns the merkle proof for a given account and optionally some storage keys.
https://api.1inch.com/web3/143
Supported on: Monad
Parameters
Address (required)
Address
* string StorageKeys (required)
StorageKeys
* array items
string Block (required)
Block
* any anyOf[0]
string anyOf[1]
string (Enum)`earliest`: The lowest numbered block the client has available; `finalized`: The most recent crypto-economically secure block, cannot be re-orged outside of manual intervention driven by community coordination; `safe`: The most recent block that is safe from re-orgs under honest majority and certain synchronicity assumptions; `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; `pending`: A sample next block built by the client on top of `latest` and containing the set of transactions usually taken from local mempool. Before the merge transition is finalized, any call querying for `finalized` or `safe` block MUST be responded to with `-39001: Unknown block` error
earliest
finalized
safe
latest
pending
anyOf[2]
string Request
Request
object jsonrpc
* string (Enum)JSON-RPC version
2.0
method
* string The method to call
params
array Method parameters
items
any oneOf[0]
string oneOf[1]
array items
string oneOf[2]
any anyOf[0]
string anyOf[1]
string (Enum)`earliest`: The lowest numbered block the client has available; `finalized`: The most recent crypto-economically secure block, cannot be re-orged outside of manual intervention driven by community coordination; `safe`: The most recent block that is safe from re-orgs under honest majority and certain synchronicity assumptions; `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; `pending`: A sample next block built by the client on top of `latest` and containing the set of transactions usually taken from local mempool. Before the merge transition is finalized, any call querying for `finalized` or `safe` block MUST be responded to with `-39001: Unknown block` error
earliest
finalized
safe
latest
pending
anyOf[2]
string id
* number Request ID
JavaScript
Copy
1
Response
Account
Account
object address
* string accountProof
* array items
string balance
* string codeHash
* string nonce
* string storageHash
* string storageProof
* array items
object key
* string value
* string proof
* array items
string additionalProperties
none additionalProperties
none JSON
Copy
1