Digital Asset Standard (DAS)
getAsset
Retrieve detailed information for a single Solana NFT, compressed NFT, or token including metadata, ownership, price data, and on-chain attributes
POST
getAsset
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.
Price Data Caching
Price data is available for the top 10k tokens by 24h volume and can be found in thetoken_info.price_info section of the response. For applications requiring real-time pricing, consider implementing additional validation.
MPL Core agents and MIP-11 groups
When present, the response can includeis_agent, agent_token, asset_signer, interface values such as MplCoreGroup, and a plugins.groups object for MIP-11 membership. The same optional fields are returned by getAssetBatch, getAssetsByOwner, getAssetsByGroup, getAssetsByCreator, getAssetsByAuthority, and searchAssets. See the Asset search guide for searchAssets filters.
Request Parameters
The unique identifier of the Solana NFT or digital asset to retrieve. This is typically the mint address of the NFT or token.
Display and formatting options for the asset data response.
Displays grouping information for unverified collections instead of skipping them.
Displays metadata for the collection.
Displays fungible tokens held by the owner.
Displays inscription details of assets inscribed on-chain.
Authorizations
Body
application/json
Previous
getAssetBatchRetrieve detailed information for up to 1,000 Solana NFTs, compressed NFTs, or tokens in a single efficient batch request
Next
getAsset