What is the DAS API?
The Digital Asset Standard (DAS) API is a unified interface for querying all Solana digital assets โ NFTs, compressed NFTs (cNFTs), fungible tokens, and Token-2022 assets. DAS returns parsed metadata, ownership, collection info, and transaction history in a single call, eliminating the need to manually decode raw account data. See the DAS overview for guides and tutorials.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.