getAssetProofBatch_v2
Returns merkle proofs for multiple compressed Solana NFTs in a single batch request. The response is an object keyed by asset ID, where each value is the corresponding merkle proof.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string[]required
An array of compressed asset IDs (mint addresses) to retrieve merkle proofs for.
Responses
200
Returns an object keyed by asset ID, with each value being the corresponding merkle proof.
A batch of merkle proofs keyed by asset ID. The response is an object where each key is a requested asset ID and each value is the corresponding MerkleProof (or null if not found).
Was this page helpful?