linea_getProof
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
apiKey
Request
This endpoint expects an object.
address
The address of the account.
storageKeys
An array of storage keys to generate proofs for.
blockNumber
The block number or tag at which to get the proof.
Response
The account and storage proof data.
address
accountProof
Array of RLP-encoded Merkle tree nodes for the account trie.
balance
codeHash
nonce
storageHash
storageProof
Array of storage entry proofs.