🗂
Solana Indexing
Performant querying of Solana data.
We currently run two indexers available through our REST APIs:
- Solana transactions indexer
- Includes 60 days of Solana transactions, queryable by time or block ranges.
- NFT Events Indexer
- Includes all Solana NFT events that have ever happened on-chain (including NFT Sales, NFT mints, NFT listings, etc). See more here: NFT Events (Historical Querying).
Helius makes real-time indexing incredibly simple with webhooks. Simply input the accounts you'd like to listen to and forward them to your endpoint.
Here is a sample tutorial to get you started:
To learn more about webhooks:
You can also index real-time data with Geyser plugins. See our Geyser section for more information on this:
Most teams commonly need custom indexed data, either of their custom programs or their accounts.
Last modified 19d ago