Theme

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

  1. Use pagination for large compressed NFT collections
  2. Handle errors gracefully when proofs are unavailable
  3. Use appropriate display options for compressed NFT metadata

Further Reading

Previous
Owner and Collection