Skip to content
Alchemy Logo

getAssetSignatures

POST
/{apiKey}

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

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

The ID of the asset to get signatures for.

integeroptionaldefaults to 100

The maximum number of signatures to retrieve.

integeroptionaldefaults to 1

The 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?