holaplex / indexer

Index Solana data using a Geyser plugin (downstream service cluster)
https://holaplex.com
GNU Affero General Public License v3.0
167 stars 39 forks source link

Allow for filtering nfts on verified #619

Closed dandlezzz closed 2 years ago

dandlezzz commented 2 years ago

Currently, the NFTs query defaults to excluding all NFTs where the creator is unverified. Originally, this was done to filter out scams and fraudulent NFTs. There are some cases where you'd want to explore unverified NFTs, let's add a filter to support querying NFTs regardless of their verified status. The default should remain the same.