dex-trending-pools
Track trending DEX liquidity pools with buy/sell pressure data across multiple timeframes. Identify tokens with net accumulation or distribution on 100+ networks.
Instructions
Trending DEX liquidity pools with buy/sell pressure data across multiple timeframes (5m, 1h, 6h, 24h). Sourced from GeckoTerminal (free, no key). Supports 100+ networks: eth, base, bsc, arbitrum, polygon_pos, solana, etc. Returns pool name, price, price change %, volume, buy vs sell transaction counts, and a buy_pressure_24h_pct metric (% of transactions that are buys — above 50% = net accumulation, below 50% = net distribution). Useful for spotting early momentum, identifying which on-chain tokens agents are accumulating, and validating signals from price feeds with raw flow data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID to query. Common: eth, base, bsc, arbitrum, polygon_pos, solana, avax, optimism. Default: base. | |
| page | No | Page of trending pools (20 per page). Default 1, max 10. | |
| min_volume_usd_24h | No | Filter pools with less than this 24h volume. Default 10000. | |
| buy_pressure_min | No | Only return pools where buy_pressure_24h_pct >= this value (e.g. 60 = at least 60% buys). Omit for no filter. |