You're viewing a demo portfolio

Join the waitlist
PRSM

dex-trending-pools

Active

Tool of The Stall

declared in 4.82.0

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.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "page": {
      "type": "integer",
      "description": "Page of trending pools (20 per page). Default 1, max 10."
    },
    "network": {
      "type": "string",
      "description": "Network ID to query. Common: eth, base, bsc, arbitrum, polygon_pos, solana, avax, optimism. Default: base."
    },
    "buy_pressure_min": {
      "type": "number",
      "description": "Only return pools where buy_pressure_24h_pct >= this value (e.g. 60 = at least 60% buys). Omit for no filter."
    },
    "min_volume_usd_24h": {
      "type": "number",
      "description": "Filter pools with less than this 24h volume. Default 10000."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

The Stall

1/7 registries
View full server →
dex-trending-pools — The Stall — PRSM MCP