Skip to content
Alchemy Logo

zks_getProof

POST
/{apiKey}

This method generates Merkle proofs for one or more storage values associated with a specific account, accompanied by a proof of their authenticity.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

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

Account address to fetch storage values and proofs for.

string[]required

The storage keys in the account.

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

Number of the L1 batch specifying the point in time at which the requested values are returned.

Responses

200

The account details and proofs for storage keys.

Was this page helpful?