🖼
NFT API
The most complete and powerful NFT API — exclusively on Solana.
We've carefully parsed and indexed every single NFT-related transaction on Solana since genesis — we're calling these NFT Events.
NFT events are transactions that represent NFT-related activities, such as listings, sales, bids, updated listings, mints, accepted offers, and more.
You can query by any type of address (token address, user address, marketplace address etc), transaction type, collection, and time!
Note: our first release will not include NFT AMMs.
A "mintlist" is a list of the mint accounts of all the NFTs in a given NFT collection. In other words, it's the list of all the NFTs for a given collection. We've indexed these mintlists so you can fetch them in the most performant way possible.
We keep track of all active NFT listings across all marketplaces on Solana and expose them via our APIs. You can build anything from bots to entire NFT marketplaces.
Our NFT fingerprint API gives you (non-metadata) information about a batch of NFTs — i.e., what collection they belong to, if they are actively listed, or if the NFT was burned.
Instead of making multiple RPC calls and decoding account data, you can bulk-fetch metadata for any Solana NFT in a highly-performant manner.
Last modified 16d ago