Get Asset Signatures
Parameters (Source)
Name
Description
Required
Last updated
Was this helpful?
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.
or id
{
"jsonrpc": "2.0",
"id": "123",
"method": "getAssetSignatures",
"params": {
"id": "EZsmgudhX6EFVfrdxmShDiNj365E85x7kpLJCVvPLVSH"
}
}{
"jsonrpc": "2.0",
"id": "123",
"method": "getAssetSignatures",
"params": {
"tree": "J2aFAeninyTqDjucueEHBTN6JDo1i9cZ7LzfNcvnnuo4",
"leafIndex": 161957
}
}Last updated
Was this helpful?
Was this helpful?