getMultipleNewAddressProofsV2
Returns non-inclusion proofs for the given (address, tree) pairs, used when creating compressed accounts.
The Photon API expects the JSON-RPC params array to be the list of pairs itself (each positional element is one { address, tree } object). The spec models the first positional slot; pass additional pairs as additional positional elements when needed.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
objectrequired
First address paired with the merkle tree Pubkey it should be inserted into.
Responses
200
An array of non-inclusion proofs for the requested (address, tree) pairs.
Was this page helpful?