Maintained by: Dune · Refresh: ~1 hour · Chains: All EVM chains, Solana
Get This Data
Access token transfer data via API, Datashare, or the Dune App.
Cross-Chain Token Transfer Coverage
Our token transfer data covers multiple blockchain ecosystems:- EVM Networks: Ethereum, Arbitrum, Polygon, Base, Optimism, and 40+ other EVM chains
- Solana: Comprehensive coverage of SPL tokens and native SOL transfers
Available Datasets
EVM Token Transfers
Token Transfers
Transfer events for ERC20 tokens and native currencies on EVM networks
NFT Transfers
Transfer events for ERC721 and ERC1155 tokens on EVM networks
Solana Token Transfers
Looking for token balances or metadata? See the Balances and Token Metadata sections.
Key Features
- Multi-Chain Coverage: Track token transfers across EVM and Solana ecosystems
- Standardized Schema: Consistent data structure for cross-chain analysis
- Transfer Analytics: Detailed transfer events with sender, receiver, and amounts
- Real-time Updates: Data is updated continuously as new blocks are processed
Sample Cross-Chain Analysis
Compare token transfer activity across different blockchain networks:When to Use These Tables
- Track token flows between wallets, contracts, and exchanges
- Build wallet activity feeds and transaction history views
- Monitor large transfers (“whale alerts”) for market intelligence
- Analyze token distribution and holder concentration over time
- Power compliance workflows — identify counterparties and trace fund flows
Query Performance
Partition keys fortokens.transfers: blockchain, block_date
Always include blockchain and block_date (or a block_time range) in your WHERE clause.
Methodology
Token transfer tables are maintained by Dune (source code). They decode ERC-20Transfer events and native token transfers from chain transaction data into a unified schema. Each transfer includes sender, receiver, token contract, raw amount, and decimal-adjusted amount. Solana SPL token transfers are handled separately in tokens_solana.transfers.
Example Queries
Top tokens by transfer volume on Ethereum (today):Related Tables
prices.day/prices.hour— Token pricing feeds for USD valuestokens.erc20— Token metadata (symbols, decimals)balances.erc20_latest— Current token balances (derived from cumulative transfers)cex.flows— Exchange flow classification (built on top of transfer data)labels.addresses— Address identification for counterparty analysis