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-demoFor higher throughput, create your own API key
Request
string
format: "^0x[0-9a-fA-F]{40}$"requiredAccount address to fetch storage values and proofs for.
string[]required
The storage keys in the account.
string
format: "^0x[0-9a-fA-F]{1,8}$"requiredNumber 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?