GeckoTerminal DEX Scanner - Trending & New Pools avatar

GeckoTerminal DEX Scanner - Trending & New Pools

Pricing

from $1.00 / 1,000 results

Go to Apify Store
GeckoTerminal DEX Scanner - Trending & New Pools

GeckoTerminal DEX Scanner - Trending & New Pools

Scan DEX liquidity pools across all blockchains — trending, new, and top pools with full market data (price, FDV, volume, price change, buys/sells, liquidity). No API key, no login.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

GeckoTerminal DEX Scanner — Trending & New Crypto Pools

Scan DEX liquidity pools across every blockchain — trending, brand-new, and top pools — with full market data in one structured dataset. Point it at a chain (or all of them) and get pool address, DEX, base & quote tokens, USD price, FDV, market cap, 24h volume, multi-timeframe price change, buy/sell counts, liquidity, and pool age — no API key, no login, no wallet.

Built for crypto traders, trading bots, memecoin hunters, and on-chain analysts who need a fast, exportable feed of what is moving on decentralized exchanges right now. Think of it as a programmable, no-code DEX screener you can schedule, filter, and pipe into your own tools.


What it does

This Actor pulls live liquidity-pool data from GeckoTerminal (which indexes 100+ chains and hundreds of DEXes) and flattens it into clean rows you can sort, filter, and export as CSV / JSON / Excel or hit over the Apify API.

Three scan modes:

  • Trending pools — the hottest pools right now, both globally and per chain. Great for spotting momentum and rotations.
  • New pools — freshly created pools, ordered newest first. The fastest way to catch brand-new tokens minutes after they launch.
  • Top pools — the highest-liquidity pools on each chain. Good for bluechip monitoring and building a stable market map.

Run it with empty input and it sweeps ~15 major chains and returns 1000+ pools ranked by trend and liquidity — instantly, with zero configuration.


Use cases

  • New token discovery — watch New pools across Solana, Base, Ethereum and BSC to find tokens in their first hours of trading, before they hit the aggregators.
  • Trading signals — combine 24h volume, price change across 5m/1h/6h/24h, and buy/sell counts to build momentum or breakout signals for a bot.
  • Memecoin hunting — filter by chain (Solana, Base) plus minLiquidityUsd to surface fresh memecoins that already have real liquidity and volume, filtering out dust.
  • Liquidity monitoring — track reserve/liquidity in USD for pools you care about and alert when it moves.
  • Market research & dashboards — export the full pool universe per chain and feed a spreadsheet, BI dashboard, or database.
  • Rug / risk pre-screening — surface pool age, liquidity, and buyer/seller spread as first-pass risk signals.

Input

Every field is optional. Running with {} returns 1000+ trending + top pools across ~15 major chains.

FieldTypeDescription
modeselecttrending (default), new, or top. What kind of pools to scan.
networksmulti-selectWhich chains to scan. Empty or All major chains sweeps ~15 networks. Options include Ethereum, Solana, BSC, Base, Arbitrum, Polygon, Avalanche, Optimism, Sui, TON, Blast, Mantle, Linea, Sei, Cronos, Fantom/Sonic, Scroll, PulseChain.
minLiquidityUsdnumberOnly include pools with at least this much liquidity (USD). Filters out dust.
minVolumeUsdnumberOnly include pools with at least this much 24h volume (USD).
sortselectSource order (rank), 24h volume, liquidity, 24h price change, 24h transactions, or newest first.
maxResultsnumberMax pool records to return. Default 1000.
proxyConfigurationproxyApify proxy. Defaults to AUTO. The public API also works without a proxy.

Example inputs

Everything (default) — 1000+ trending + top pools across major chains:

{}

Freshest Solana + Base pools with real liquidity, newest first:

{
"mode": "new",
"networks": ["solana", "base"],
"minLiquidityUsd": 5000,
"sort": "newestFirst",
"maxResults": 500
}

Highest-volume Ethereum pools:

{
"mode": "top",
"networks": ["eth"],
"sort": "volume24hDesc"
}

Output

One row per liquidity pool. Numeric fields are real JSON numbers (not strings), so you can sort and compute directly.

FieldTypeDescription
poolAddressstringOn-chain address of the pool / pair contract.
poolNamestringPool name, e.g. PEPE / WETH 0.3%.
network / chainstringChain the pool lives on (eth, solana, bsc, base, …).
dexIdstringDEX identifier.
dexNamestringDEX display name (Uniswap V3, Raydium, PancakeSwap, …).
baseTokenSymbolstringBase (traded) token ticker.
baseTokenNamestringBase token full name.
baseTokenAddressstringBase token contract address.
quoteTokenSymbolstringQuote token ticker (WETH, USDC, SOL, …).
quoteTokenNamestringQuote token full name.
quoteTokenAddressstringQuote token contract address.
priceUsdnumberCurrent base-token price in USD.
fdvUsdnumberFully diluted valuation (USD).
marketCapUsdnumberMarket cap (USD), when known.
volumeUsd24h / volumeUsd6h / volumeUsd1hnumberTrading volume over each window (USD).
priceChangePct5m / priceChangePct1h / priceChangePct6h / priceChangePct24hnumberPrice change over each window (%).
transactions24hBuys / transactions24hSellsnumberBuy / sell transaction counts (24h).
transactions24hBuyers / transactions24hSellersnumberUnique buyer / seller wallets (24h).
reserveUsd / liquidityUsdnumberPool liquidity / reserves (USD).
poolCreatedAtstringPool creation time (ISO 8601).
poolAgeHoursnumberPool age in hours at scrape time.
geckoterminalUrlstringLink to the pool page on GeckoTerminal.
fetchedAtstringWhen the row was scraped (ISO 8601).

Sample output item

{
"poolAddress": "0xb8da49462268959635c2f769eb2dce158041e2e3",
"poolName": "HOODBOT / WETH 1%",
"network": "eth",
"chain": "eth",
"dexId": "uniswap-v3",
"dexName": "Uniswap V3",
"baseTokenSymbol": "HOODBOT",
"baseTokenName": "Exterminate All Humans",
"baseTokenAddress": "0x32758ae8e02b0a2cb6b802b6aaeaf74158c169f7",
"quoteTokenSymbol": "WETH",
"quoteTokenName": "Wrapped Ether",
"quoteTokenAddress": "0x0bd7d308f8e1639fab988df18a8011f41eacad73",
"priceUsd": 0.000202112149046535,
"fdvUsd": 198667.82,
"marketCapUsd": 202112.15,
"volumeUsd24h": 199701.46,
"volumeUsd6h": 29941.37,
"volumeUsd1h": 2277.89,
"priceChangePct5m": -0.065,
"priceChangePct1h": 6.397,
"priceChangePct6h": 28.057,
"priceChangePct24h": -33.747,
"transactions24hBuys": 1019,
"transactions24hSells": 739,
"transactions24hBuyers": 453,
"transactions24hSellers": 444,
"reserveUsd": 43385.19,
"liquidityUsd": 43385.19,
"poolCreatedAt": "2026-07-11T07:59:30Z",
"poolAgeHours": 26.5,
"geckoterminalUrl": "https://www.geckoterminal.com/eth/pools/0xb8da49462268959635c2f769eb2dce158041e2e3",
"fetchedAt": "2026-07-12T10:31:00.000Z"
}

FAQ

How do I find new crypto pairs before everyone else?

Set mode to New pools and choose the chains where launches happen fastest (Solana, Base, Ethereum, BSC). The Actor pulls freshly created pools ordered newest first, with poolCreatedAt and poolAgeHours on every row, so you can catch tokens in their first minutes. Add minLiquidityUsd to skip empty dust pools and schedule the Actor to run every few minutes for a continuous new-pair feed.

Is this a DEX Screener alternative?

Yes. It returns the same core market data you'd read on a DEX screener — price, FDV, market cap, multi-timeframe volume and price change, buys/sells, and liquidity — but as a structured, exportable dataset you can schedule, filter, and pipe into a bot, spreadsheet, or database via the Apify API. Instead of watching a web UI, you get programmatic access to trending, new, and top pools across every chain.

How do I track new tokens across all chains at once?

Leave networks empty (or pick All major chains) and the Actor sweeps ~15 major networks in a single run. Use mode: "new" for launches or mode: "trending" for momentum. Every row carries its network, so you can group by chain downstream. To go even broader, add more chains from the networks dropdown.

Do I need an API key or account?

No. This Actor uses GeckoTerminal's public API, which requires no API key, no login, and no wallet. Just run it. It automatically throttles to respect the public rate limit and rotates proxy IPs on the rare 429.

Which blockchains are supported?

Out of the box the multi-select covers major chains: Ethereum, Solana, BNB Chain, Base, Arbitrum, Polygon, Avalanche, Optimism, Sui, TON, Blast, Mantle, Linea, Sei, Cronos, Fantom/Sonic, Scroll, and PulseChain. GeckoTerminal indexes 100+ networks; the empty-input default focuses on the ~15 with the most liquidity and trader activity.

How do I filter out scam / dust pools?

Use minLiquidityUsd and minVolumeUsd to require a floor of real liquidity and volume, and read poolAgeHours, transactions24hBuyers, and transactions24hSellers as first-pass signals. A pool with meaningful liquidity, two-sided trading, and a healthy buyer/seller spread is a safer starting point than a brand-new pool with a single wallet on one side. (This is a screening aid, not financial advice — always do your own research.)

How many pools can I get and how fast?

With empty input the Actor returns 1000+ pools within a few minutes. Raise maxResults to pull more; the run is bounded by a ~4-minute pagination budget and GeckoTerminal's ~30 requests/minute rate limit, so very large pulls take proportionally longer. Whatever has been collected when the budget is hit is still saved.

Yes. Set mode: "trending" (or new), pick your chains, and use Apify Schedules to run the Actor every N minutes. Each run writes a fresh dataset you can diff against the previous one to detect newly trending pools or brand-new launches.


Export & integrate

Results are stored in an Apify Dataset. Download as CSV, JSON, Excel, XML from the Console, or fetch programmatically:

GET https://api.apify.com/v2/datasets/{datasetId}/items?format=json

You can also run the Actor via the Apify API / SDK, wire it into Make / Zapier, or schedule it and pull each run's dataset into your own pipeline.


If you found this useful, check out other crypto & DeFi data Actors by the same author for DeFi TVL, yields, token analytics, and on-chain market data — build a complete crypto data pipeline on Apify.


Not affiliated with GeckoTerminal or CoinGecko. Data is provided as-is from public endpoints for research purposes. Nothing here is financial advice.