getAssetProofs

Returns merkle proofs for multiple compressed digital assets.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Asset IDslist of stringsRequired
An array of compressed asset IDs to get proofs for.

Response

Returns merkle proofs for the specified compressed assets.
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.