getAssetSignatures

Returns signatures for transactions that have interacted with the given asset.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Asset IDstringRequired
The ID of the asset to get signatures for.
ConfigurationobjectOptional
Optional configuration object for pagination.

Response

Returns signatures for transactions involving the specified asset.
totalinteger or null
Total number of signatures.
limitinteger or null
Number of signatures returned.
pageinteger or null
Current page number.
itemslist of objects or null
Array of asset signatures.