Maintained by: Dune · Refresh: ~30 min · Chains: 50 EVM chains, Solana
Get This Data
Access DEX trading data via API, Datashare, or the Dune App.
Cross-Chain DEX Coverage
Our DEX data covers multiple blockchain ecosystems:- EVM Networks: Ethereum, Arbitrum, Polygon, Base, Optimism, and 50 EVM chains total
- Solana: Comprehensive coverage of Solana DEX protocols and Jupiter aggregator
Available Datasets
EVM DEX Data
DEX Trades
Individual trades across DEX protocols like Uniswap, SushiSwap, Curve and more
Aggregator Trades
Trades routed through aggregators like 1inch, 0x Protocol, ParaSwap
Sandwich Attacks
Detected sandwich attack trades and their details
Sandwiched Trades
Transactions that were victims of sandwich attacks
Solana DEX Data
Solana DEX Trades
Detailed trade data across Solana DEX protocols like Orca, Raydium, and more
Jupiter Aggregator
Trades executed through the Jupiter aggregator on Solana
Key Features
- Multi-Chain Coverage: Analyze DEX activity across EVM and Solana ecosystems
- Standardized Schema: Consistent data structure for cross-chain analysis
- MEV Detection: Identify sandwich attacks and other MEV activities (EVM)
- Aggregator Data: Track trades through major aggregators on both networks
- Real-time Updates: Data is updated continuously as new blocks are processed
Sample Cross-Chain Analysis
Compare DEX trading volume across different blockchain networks:When to Use These Tables
- Analyze DEX trading volumes and market share across protocols and chains
- Track token price impact and liquidity depth on specific pairs
- Monitor MEV activity (sandwich attacks) and their cost to traders
- Build DEX aggregator performance benchmarks
- Compare DEX activity across L1s and L2s for ecosystem analysis
Query Performance
Partition keys fordex.trades: blockchain, project, block_month
Always include blockchain and a time filter (block_month or block_time range) for best performance.
Methodology
DEX tables are maintained by Dune (source code). They aggregate data from protocol-specific base models (e.g.,uniswap_v3_ethereum.trades, curve_ethereum.trades) that decode swap events from each DEX’s smart contracts. Token amounts are decimal-adjusted and joined with Dune’s price feeds for USD values. The dex.trades union view combines all EVM chain models; dex_solana.trades covers Solana DEXs separately.
Example Queries
Daily DEX volume by protocol on Ethereum (last 30 days):Related Tables
prices.day/prices.hour/prices.minute— Token pricing feeds used for USD valuestokens.erc20— Token metadata (symbols, decimals, contract addresses)nft.trades— NFT marketplace trades (separate from fungible token DEX trades)dex.sandwiches— MEV sandwich attack data