Query NFTs
Retrieve, search, and manage NFT data and collections
Access SPL Tokens
Get token balances, accounts, and holder information
Token Pricing
Access real-time price data for Jupiter verified tokens
API Reference
View detailed API documentation
Price Data for Jupiter Verified Tokens
Price data returned by getAsset is cached and may not be fresh. The price information has a 60-second cache, meaning the data can be up to 60 seconds old.
API Reference
View detailed documentation for getAsset
Response Structure
The price data is available in the response undertoken_info.price_info
:
Calculating Market Cap
To calculate a token’s market cap, multiply its price by the adjusted supply (accounting for decimals):Working with NFTs and Digital Collectibles
The DAS API offers several methods for working with NFTs and digital collectibles. These methods allow you to retrieve individual assets, query by owner or creator, and verify on-chain authenticity.getAsset
Detailed data for a single asset
getAssetsByOwner
All assets owned by an address
searchAssets
Filter assets by multiple criteria
Advanced NFT Query Methods
By Creator
API Reference
By Collection
API Reference
Transaction History
API Reference
On-Chain Proof
API Reference
Working with SPL Tokens
SPL tokens can be queried through multiple methods in the Helius API. These methods let you check balances, find token accounts, and get token metadata.Common SPL Token Operations
Advanced SPL Token Queries
You can also find all accounts holding a specific token mint:Best Practices
When working with the DAS API, keep these best practices in mind:- Use pagination for methods that return large data sets
- Handle errors gracefully by implementing try/catch blocks
- Cache responses when appropriate to reduce API calls
- Respect rate limits to avoid disruptions in your application
- Verify Jupiter price data is available before calculating market cap