Digital Asset Standard (DAS)
getSignaturesForAsset
Retrieve all historical transaction signatures for a Solana NFT or compressed NFT including transfers, sales, and state changes with pagination
POST
getSignaturesForAsset
Documentation Index
Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request Parameters
The unique identifier (mint address) of the Solana digital asset to retrieve transaction history for.
The page number for paginating through the Solana asset’s transaction history.
The maximum number of Solana transaction signatures to return per request.
The cursor for paginating backwards through the signatures.
The cursor for paginating forwards through the signatures.
Authorizations
Body
application/json
The version of the JSON-RPC protocol.
Available options:
2.0 An ID to identify the request.
Example:
"1"
The name of the DAS method to invoke.
Available options:
getSignaturesForAsset Previous
getTokenAccountsRetrieve all SPL token accounts owned by a wallet address including token balances, mint addresses, and account metadata with pagination
Next
getSignaturesForAsset