getAssetSignatures
POST
/{apiKey}
Returns signatures for transactions that have interacted with the given asset.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The ID of the asset to get signatures for.
integeroptionaldefaults to
100The maximum number of signatures to retrieve.
integeroptionaldefaults to
1The index of the "page" to retrieve.
stringoptional
Retrieve signatures before this cursor.
stringoptional
Retrieve signatures after this cursor.
stringoptional
The merkle tree address to filter by.
Responses
200
Returns signatures for transactions involving the specified asset.
Was this page helpful?