getAssetProof_v2
Returns the cryptographic merkle proof for a compressed Solana NFT. The proof is required to validate a compressed asset's existence and data integrity on-chain (for transfers, burns, and other operations) without storing the full asset data.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The unique identifier (mint address) of the compressed NFT to retrieve the merkle proof for.
Responses
200
Returns the merkle proof for the specified compressed asset.
Was this page helpful?