Asset Tracking
Solana Token Transfers
Token transfer events on the Solana blockchain.
The tokens_solana.transfers
table contains token transfer events for tokens on the Solana blockchain indexed by Dune. This dataset encompasses:
- Transfer events for Solana tokens
- Mints and burns
- Associated token account creations and closures
The transfers table aims to capture standard Solana token transfers. Some tokens may use non-standard transfer methods that might not be included.
Utility
The Solana transfers table provides a comprehensive view of token movement on Solana, enabling you to:
- Track token flows between addresses
- Analyze transaction volumes and patterns
- Identify significant token movements
- Monitor exchange and DeFi protocol activity on Solana
The table contains columns for block information, transfer details, token addresses, account addresses, and transaction metadata.
Datatypes on Snowflake datashare are different in some cases, read more here.
Sample Queries
Query recent token transfers for a specific address
This query returns the most recent token transfers (both incoming and outgoing) for a specified address:
Was this page helpful?