Guides
Find Compressed NFTs
Find Compressed NFTs
This guide shows you how to find and work with compressed NFTs using the DAS API. Compressed NFTs are a space-efficient way to store NFT data on Solana using Bubblegum or Bubblegum V2, and the DAS API provides special methods to handle them.
Method 1: Finding Compressed NFTs by Owner
Discover compressed NFTs owned by a specific wallet:
Method 2: Finding Compressed NFTs by Collection
Find compressed NFTs from a specific collection:
Method 3: Finding Compressed NFTs by Creator
Discover compressed NFTs created by a specific wallet:
Tips and Best Practices
- Use pagination for large compressed NFT collections
- Handle errors gracefully when proofs are unavailable
- Use appropriate display options for compressed NFT metadata
Further Reading
- Get All Tokens in a Collection - Retrieve all assets from a specific collection
- Get NFTs by Owner - Find all NFTs owned by a wallet
- Search Assets by Multiple Criteria - Combine multiple filters for advanced queries