Authorizations
Body
The version of the JSON-RPC protocol.
2.0
An ID to identify the request.
"1"
The name of the DAS method to invoke.
getSignaturesForAsset
Retrieve a complete chronological history of all transactions involving a specific compressed NFT (cNFT). This specialized method returns an ordered list of transaction signatures and operation types that affected a particular compressed digital asset on the Solana blockchain, enabling applications to track the full ownership history, creation events, transfers, listings, sales, and other operations.
Note: This method is specifically designed for compressed NFTs. For regular NFTs, use getSignaturesForAddress
instead.
This specialized endpoint was added because the standard getSignaturesForAddress
method doesn’t work with compressed NFTs.
The version of the JSON-RPC protocol.
2.0
An ID to identify the request.
"1"
The name of the DAS method to invoke.
getSignaturesForAsset