Skip to content
Alchemy Logo

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-demo

For higher throughput, create your own API key

Request

stringformat: "^0x[0-9a-fA-F]{40}$"required

The 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?