linea_getProof
POST
/{apiKey}
Returns the account and optionally storage values of the specified account, including the Merkle proof. This method is similar to eth_getProof and follows the same format.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string
format: "^0x[0-9a-fA-F]{40}$"requiredThe address of the account.
string[]required
An array of storage keys to generate proofs for.
string or enumrequired
The block number or tag at which to get the proof.
Responses
200
The account and storage proof data.
Was this page helpful?