getSignaturesForAsset_v2
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
docs-demoFor higher throughput, create your own API key
Request
The unique identifier (mint address) of the compressed asset to retrieve transaction history for.
The page of results to return (1-based). Required.
The maximum number of transaction signatures to return per page.
The cursor for paginating backwards through the signatures.
The cursor for paginating forwards through the signatures.
Responses
200
A paginated list of [signature, operation] tuples affecting this compressed asset.