getAssetProof

Returns the merkle proof for a compressed digital asset.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Asset IDstringRequired
The ID of the compressed asset to get proof for.

Response

Returns the merkle proof for the specified compressed asset.
rootstring or null
The merkle tree root.
prooflist of strings or null
The merkle proof path.
node_indexinteger or null
The node index in the tree.
leafstring or null
The leaf hash.
tree_idstring or null
The merkle tree address.