Theme

Methods & Playground

Get Asset Signatures

Returns the transaction signatures associated with a compressed asset. You can identify the asset either by its ID or by its tree and leaf index.

Parameters

NameRequiredDescription
assetIdβœ… (or tree + leafIndex)The id of the asset.
treeβœ… (or assetId)The tree corresponding to the leaf.
leafIndexβœ… (or assetId)The leaf index of the asset.
limitThe maximum number of signatures to retrieve.
pageThe index of the "page" to retrieve.
beforeRetrieve signatures before the specified signature.
afterRetrieve signatures after the specified signature.
cursorThe cursor of the signatures.
sortDirectionSort direction. Can be either "asc" or "desc".

Playground

Previous
Get Asset Proofs