This method retrieves the transaction signatures associated with a compressed digital asset/NFT. It can be identified by its ID or by tree and leaf index.
id
The unique identifier of the compressed asset.
or tree + leaf
tree
The tree corresponding to the leaf.
or id
leafIndex
The leaf index of digital compressed asset.
{ "jsonrpc": "2.0", "id": "123", "method": "getAssetSignatures", "params": { "id": "EZsmgudhX6EFVfrdxmShDiNj365E85x7kpLJCVvPLVSH" } }
{ "jsonrpc": "2.0", "id": "123", "method": "getAssetSignatures", "params": { "tree": "J2aFAeninyTqDjucueEHBTN6JDo1i9cZ7LzfNcvnnuo4", "leafIndex": 161957 } }
Last updated 5 months ago
Was this helpful?