Skip to content
Alchemy Logo

getSignaturesForAsset_v2

POST
/{apiKey}
CUs160Throughput CUs200

Returns all historical transaction signatures for a Solana NFT or compressed NFT (mint, transfers, burns, and other state changes), with pagination. Note: this method is designed for compressed NFTs. For regular NFTs, use the standard Solana getSignaturesForAddress method instead. This DAS-specific endpoint exists because getSignaturesForAddress does not work with compressed NFTs.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

The unique identifier (mint address) of the compressed asset to retrieve transaction history for.

integerrequired

The page of results to return (1-based). Required.

integeroptional

The maximum number of transaction signatures to return per page.

stringoptional

The cursor for paginating backwards through the signatures.

stringoptional

The cursor for paginating forwards through the signatures.

Responses

200

A paginated list of [signature, operation] tuples affecting this compressed asset.

Was this page helpful?