VOOZH about

URL: https://apify.com/gochujang/dex-volume-tracker

โ‡ฑ DEX Volume Tracker โ€” Uniswap Curve Sushi Live 24h Volume ยท Apify


๐Ÿ‘ DEX Volume Tracker โ€” Uniswap Curve Sushi Live 24h Volume avatar

DEX Volume Tracker โ€” Uniswap Curve Sushi Live 24h Volume

Pricing

$1.00 / 1,000 protocol trackeds

Go to Apify Store

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

$1.00 / 1,000 protocol trackeds

Rating

0.0

(0)

Developer

๐Ÿ‘ Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 days ago

Last modified

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

FieldTypeDefaultDescription
categorystringdexsdexs, aggregators, both
chainFilterstringemptySubstring match against chains array, e.g. Base
minVolume24hUsdinteger1000000Skip dust protocols
sortBystringvolume_24h_descvolume_24h_desc, volume_7d_desc, change_1d_desc, change_7d_desc, share_24h_desc
limitinteger50Max rows
alertGrowth1dPctnumber0Telegram alert if 1d growth โ‰ฅ X%. 0 = off
telegramBotTokenstring (secret)โ€”Bot token
telegramChatIdstringโ€”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



๐ŸŽฌ Live Sample Run

A real run of this actor with default-ish inputs, executed on 2026-06-10:

FieldValue
Items in dataset15
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 detailshttps://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.

Feedback

Leave a review on Apify Store

You might also like

DeFi DEX Volume, Fees & Revenue Scraper (DefiLlama)

foxlabs/defillama-volume-fees

Export clean DeFi leaderboards from the free DefiLlama API: DEX trading volume, protocol fees, protocol revenue and TVL โ€” flattened to sortable CSV/Excel rows. Filter by chain, category, min volume; sort by 24h/7d/30d or growth. No API key, no proxy, runs in seconds, built for scheduled feeds.

2

DEX Screener Scraper

parseforge/dexscreener-scraper

Scrape live DEX trading pairs from DEX Screener public API. Look up a token address, a chain+pair address, or search by name/symbol. Returns price, volume, liquidity, FDV, transactions, and multi-window price change. No API key required.

CoinLore Crypto Scraper

parseforge/coinlore-crypto-scraper

Scrape cryptocurrency market data for 10,000+ coins from CoinLore. Get prices, market cap, 24h volume, supply metrics, and percentage changes across 1h, 24h, and 7d timeframes. Ranked by market cap with BTC price pairs.

Crypto Analytics Scraper (CoinGecko)

juryless_lens/crypto-analytics-scraper

Extracts: Rank, token name, symbol, current price, 1h/24h/7d percentage changes, market cap, 24h trading volume, and CoinGecko URL. Handles pagination automatically for large datasets. Supports filtering by CoinGecko categories like "layer-1", "decentralized-finance-defi", or "meme-token"