Skip to content
Alchemy Logo

getMultipleNewAddressProofs

POST
/{apiKey}
CUs120Throughput CUs100

Returns non-inclusion proofs for the given addresses, used when creating compressed accounts.

The Photon API expects the JSON-RPC params array to be the list of addresses itself (each positional element is one Pubkey). The spec models the first positional slot; pass additional addresses as additional positional elements when needed.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

First address to prove non-inclusion for.

Responses

200

An array of non-inclusion proofs for the requested addresses.

Was this page helpful?