DEX Volume Tracker — Uniswap Curve Sushi Live 24h Volume
Pricing
Pay per usage
DEX Volume Tracker — Uniswap Curve Sushi Live 24h Volume
24h trading volume + 7d / 30d trends per DEX (Uniswap V2/V3, Curve, Sushi, Balancer, Pancake, Trader Joe, Camelot) by chain. DefiLlama. PPE $0.001/protocol.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hojun Lee
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
13 hours ago
Last modified
Categories
Share
DEX + Aggregator Volume Tracker
24h / 7d / 30d trading volume across every major DEX (Uniswap V3/V4, PancakeSwap, Aerodrome, Curve, Balancer, Cowswap, …) and aggregator (1inch, 0x, Jupiter, KyberSwap). Plus share-of-total, 1d/7d/30d growth %, and chain coverage. No API key required.
What It Does
For every DEX + aggregator tracked by DefiLlama:
- 24h / 7d / 30d / 1y volume in USD
- % change vs prior period (1d, 7d, 1m)
- Share-of-total within scanned universe
- Chains supported
Use it to identify breakout DEXes (Solana memecoin season → Jupiter), rotating chains (Aerodrome → Base), or fading liquidity (post-Uniswap-fork dropoffs).
Why This Matters
- DEX share rotation tells you ecosystem narrative. Uniswap V4 rapidly capturing share = Uniswap thesis playing out. Jupiter dominating = SOL season.
- Aggregator volume vs direct DEX volume: when aggregator share rises, that's price-discovery decentralization. When it falls, single-venue dominance.
- New-DEX detection: any DEX you've never heard of jumping into top-20 by 24h volume is a signal worth investigating.
Input
| Field | Type | Default | Description |
|---|---|---|---|
category | string | dexs | dexs, aggregators, both |
chainFilter | string | empty | Substring match against chains array, e.g. Base |
minVolume24hUsd | integer | 1000000 | Skip dust protocols |
sortBy | string | volume_24h_desc | volume_24h_desc, volume_7d_desc, change_1d_desc, change_7d_desc, share_24h_desc |
limit | integer | 50 | Max rows |
alertGrowth1dPct | number | 0 | Telegram alert if 1d growth ≥ X%. 0 = off |
telegramBotToken | string (secret) | — | Bot token |
telegramChatId | string | — | Chat ID |
Example: Top DEXes
{"category": "dexs", "limit": 25}
Example: Solana DEX scanner
{"chainFilter": "Solana", "sortBy": "volume_24h_desc"}
Example: Breakout aggregators
{"category": "aggregators", "sortBy": "change_1d_desc", "alertGrowth1dPct": 50}
Output
{"category": "DEX","name": "Uniswap V4","chains": ["Ethereum", "Arbitrum", "Base", "Optimism"],"volume_24h_usd": 1120000000,"volume_7d_usd": 5800000000,"volume_30d_usd": 24500000000,"change_1d_pct": 0.41,"change_7d_pct": -2.7,"change_1m_pct": 18.4,"share_24h_pct": 12.34,"url": "https://uniswap.org","twitter": "Uniswap"}
Pricing
- $0.001 per protocol returned
Examples:
- Top 50 DEXes: $0.05
- Both DEXes + aggregators (~100 rows): $0.10
Use Cases
Daily DEX league table — Run daily, post top 10 + biggest movers to your Telegram/Discord.
Chain-specific DEX scout — For your favorite L2, see which DEX captured the most volume yesterday.
Volume surge alert — Schedule hourly with alertGrowth1dPct: 100 — catches genuine pump moments.
Data Sources
- DefiLlama
/overview/dexs+/overview/aggregators - No API key required
Related Actors
- L2 + Chain TVL Tracker — Pair DEX volume share with chain TVL.
- DeFi Yield Scanner — DEX LP yields downstream of volume.
- Solana Memecoin Launch Tracker — Jupiter volume tracks memecoin activity.
🎬 Live Sample Run
A real run of this actor with default-ish inputs, executed on 2026-06-10:
| Field | Value |
|---|---|
| Items in dataset | 15 |
| Dataset (JSON) | https://api.apify.com/v2/datasets/ZVYrAgDbtBpPtO8Xf/items?clean=1&format=json |
| Dataset (CSV) | https://api.apify.com/v2/datasets/ZVYrAgDbtBpPtO8Xf/items?clean=1&format=csv |
| Run summary (KVS) | https://api.apify.com/v2/key-value-stores/EiyvuDv8ns3769544/records/SUMMARY |
| Run details | https://api.apify.com/v2/actor-runs/QLZVbtFuGonBvcAhC |
Try it now: pop any of the dataset URLs in your browser to see live output, or hit the API endpoints from your code.
Want to reproduce? Click Try Actor on the Apify Store page and use the input defaults shown above.