Getting Data
How to get NFTs
Learn how to retrieve and query NFT data using Helius DAS API
The Helius Digital Asset Standard (DAS) API provides powerful tools for reading and querying NFT data on Solana.
Getting a Single NFT
Retrieve comprehensive data for a specific NFT using getAsset
:
API Reference
View detailed documentation for getAsset
Querying NFTs by Owner
Find all NFTs owned by a specific wallet:
API Reference
View detailed documentation for getAssetsByOwner
Searching NFTs
Search for NFTs by various attributes:
API Reference
View detailed documentation for searchAssets
Advanced Queries
By Creator
API Reference
View detailed documentation for getAssetsByCreator
By Collection
API Reference
View detailed documentation for getAssetsByGroup
NFT Transaction History
Track the history of an NFT:
API Reference
View detailed documentation for getSignaturesForAsset
Getting On-Chain Proof
Verify NFT authenticity with Merkle proofs:
API Reference
View detailed documentation for getAssetProof