Skip to content
Alchemy Logo

getAssetProof_v2

POST
/{apiKey}
CUs160Throughput CUs200

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-demo

For 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?