zks_getProofAsk AIpost https://api.zan.top/node/v1/zksync/mainnet/{apiKey}Returns Merkle proofs for one or more storage values at the specified account along with a Merkle proof of their authenticity.Path ParamsapiKeystringrequiredDefaults to publicFor higher throughput, please create your own API key.Body Params address: Address - The account to fetch storage values and proofs for. keys: H256[] - Vector of storage keys in the account. l1BatchNumber: number - Number of the L1 batch specifying the point in time at which the requested values are returned. idintegerDefaults to 1jsonrpcstringDefaults to 2.0methodstringDefaults to zks_getProofparamsarraylength between 3 and 3Defaults to 0x0000000000000000000000000000000000008003,0x8b65c0cf1012ea9f393197eb24619fd814379b298b238285649e14f936a5eb12,354895params string | array | numberstringarraynumber string | array | numberstringarraynumber string | array | numberstringarraynumberResponse 200The Merkle proofs for one or more storage values at the specified account along with a Merkle proof of their authenticity.Updated 4 months ago