Digital Asset Standard (DAS)
This page provides an overview of all available Digital Asset Standard (DAS) API endpoints for working with tokens, NFTs, and compressed NFTs on Solana.
getAsset
Retrieves information about a specific asset by its ID.
getAssetBatch
Retrieves information about multiple assets in a single request.
getAssetProof
Fetches a proof for a specific compressed asset.
getAssetProofBatch
Fetches proofs for multiple compressed assets in a single request.
getAssetsByAuthority
Returns assets by the specified authority address.
getAssetsByCreator
Retrieves assets created by a specific creator address.
getAssetsByGroup
Returns assets that belong to a specific group.
getAssetsByOwner
Lists all assets owned by a specific address.
getNftEditions
Retrieves information about NFT editions.
getSignaturesForAsset
Returns transaction signatures involving a specific asset.
getTokenAccounts
Retrieves token accounts based on specified parameters.
searchAssets
Searches for assets based on various criteria.