getMultipleCompressedAccountProofs
Returns merkle proofs for the compressed accounts with the given hashes.
The Photon API expects the JSON-RPC params array to be the list of hashes itself (each positional element is one hash). The spec models the first two positional slots; pass additional hashes as additional positional elements when needed.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
First compressed account hash to query.
stringoptional
Optional additional compressed account hash to query.
Responses
200
An array of merkle proofs for the requested compressed accounts.
Was this page helpful?