SolanaDevnet

NFT Holder Snapshot

Export the current holders of any NFT collection. Paste a verified-collection address to pull every asset (including compressed NFTs) via the Helius DAS API, aggregate by wallet, and download a clean CSV. Read-only — no transaction, no signing.

A Helius RPC is required

This tool reads collection ownership from the DAS API (Digital Asset Standard), which public Solana RPCs don't implement. Set NEXT_PUBLIC_HELIUS_RPC to a Helius RPC URL (or point NEXT_PUBLIC_SOLANA_RPC at a Helius endpoint) and reload.

Get a free Helius RPC

← Back to home

What an NFT holder snapshot is

A holder snapshot captures, at a moment in time, exactly which wallets own the NFTs in a collection and how many each one holds. It's the foundation for fair airdrops, token-gated Discord and website access, holder-only governance, raffles, and loyalty rewards — anything that needs to target real, current owners rather than a stale list.

How it works

Paste a verified-collection address and the tool pulls every asset in the collection through the Helius DAS API — including compressed NFTs — then aggregates them by current owner. You get distinct holder and asset counts, the top-wallet concentration, and a clean CSV export of owner and count, optionally with each owner's full mint list. It's entirely read-only, so no wallet connection or signature is required.

Related tools

If you want the raw list of mints rather than owners, use the NFT hashlist tool. You can also explore the full tools hub or create a token to reward your holders.

Frequently asked questions

What is an NFT holder snapshot?

A snapshot is a point-in-time record of who owns each NFT in a collection, aggregated by wallet. Projects use it for airdrops, token-gated access, governance, raffles, and rewards that target current holders.

Are compressed NFTs included?

Yes. The snapshot reads from the Helius DAS API, which indexes both regular and compressed (cNFT) assets, so your holder list reflects the entire collection.

Which address should I enter?

Paste the collection's verified-collection mint address. The tool then pulls every asset in that collection and groups them by their current on-chain owner.

Can I export the holder list?

Yes. You can download a clean CSV of owner and holding count, and optionally include each owner's individual mint addresses. It's read-only — no wallet or signature needed.