VOOZH about

URL: https://apify.com/gochujang/dex-liquidity-depth-analyzer

โ‡ฑ DEX Liquidity Depth Analyzer (Slippage at $1K/10K/100K/1M) ยท Apify


๐Ÿ‘ DEX Liquidity Depth Analyzer (Slippage at $1K/10K/100K/1M) avatar

DEX Liquidity Depth Analyzer (Slippage at $1K/10K/100K/1M)

Pricing

Pay per usage

Go to Apify Store

DEX Liquidity Depth Analyzer (Slippage at $1K/10K/100K/1M)

On-demand liquidity + slippage analysis for any ERC20 token. Aggregates every DEX pair via DexScreener, computes slippage curves at trade sizes $1K/10K/100K/1M using constant-product AMM. Find the deepest pool before a big trade. $0.03 per token.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Share

DEX Liquidity Depth Analyzer

On-demand liquidity + slippage analysis for any ERC20 token. Aggregates every DEX pair via DexScreener and computes slippage curves at trade sizes $1K / $10K / $100K / $1M. Find the deepest pool before a big trade. $0.03 per token. No API key.


Why this exists

Before you swap $50,000 of a token, you want to know:

  1. Where is the deepest pool?
  2. How much slippage will I eat at this size?
  3. Should I split across multiple DEXs?

DexScreener shows pair-by-pair liquidity but doesn't compute slippage. Aggregators (1inch, 0x) show splits but only at quote time, and not as exportable data.

This actor gives you the whole map for a token in one row per pair, plus slippage curves at standard probe sizes โ€” ready to feed into a routing algorithm or a research dashboard.


What you get

Summary row

{
"_type":"summary",
"token_address":"0xa0b...eb48",
"token_symbol":"USDC",
"pair_count":30,
"total_liquidity_usd":14523000.0,
"total_volume_24h_usd":50231000.0,
"by_dex_liquidity":{"uniswap":8200000,"curve":3100000,"sushiswap":1500000},
"by_chain_liquidity":{"ethereum":9500000,"base":2500000,"arbitrum":1800000},
"best_pool_for_100k":{"dex":"uniswap","chain":"ethereum","slippage_pct":0.05}
}

Per-pair row

{
"_type":"pair",
"dex":"uniswap",
"chain":"ethereum",
"pair_address":"0x88e6...",
"base_symbol":"USDC",
"quote_symbol":"ETH",
"price_usd":1.0001,
"liquidity_usd":8200000,
"volume_24h_usd":35200000,
"buys_24h":3210,
"sells_24h":3098,
"price_change_24h_pct":0.02,
"slippage_1k_pct":0.01,
"slippage_10k_pct":0.10,
"slippage_100k_pct":1.20,
"slippage_1m_pct":11.80,
"url":"https://dexscreener.com/ethereum/0x88e6..."
}

Use cases

  1. Pre-trade planning โ€” Don't market-buy $200K of an illiquid token and lose 8% to slippage
  2. DEX aggregator validation โ€” Sanity-check what 1inch tells you; compare actual pool depth
  3. Treasury operations โ€” DAO treasuries selling project tokens need depth analysis
  4. Arbitrage research โ€” Find the price-difference pools with enough TVL to make arb worth it
  5. Liquidity audit โ€” Verify how much of a token's "TVL" is actually accessible vs concentrated

Quick start

Analyze USDC across all chains

{
"tokenAddress":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
}

Analyze a memecoin on Solana only

{
"tokenAddress":"0x6982508145454ce325ddbe47a25d4ec3d2311933",
"chainFilter":"ethereum",
"minLiquidityUsd":100000
}

Find best pool for a $250K trade

{
"tokenAddress":"0x...",
"sortBy":"slippage_100k_asc",
"probeSizesUsd":[50000,100000,250000,500000]
}

Slippage methodology

For each pool, slippage at size S is approximated using the constant-product (xยทy=k) formula with pool TVL as the reserve:

side =TVL/2
amount_out =(side ร— S)/(side +S)
slippage %=(S- amount_out)/S

Limitations:

  • This approximation assumes 50/50 reserves (true for most Uni V2 / SushiSwap pools, ~true for V3 pools at the active range).
  • For Curve stableswap pools, the actual slippage is lower than this estimate (curve.fi math is much more efficient near the peg). Treat curve slippage numbers as an upper bound.
  • For concentrated liquidity (Uni V3), real slippage depends on which tick range you cross. Our estimate uses available liquidity but doesn't model tick-by-tick.

For exact routing, use 1inch / 0x aggregators at quote time.


Pricing

Pay-Per-Event: $0.03 per token analyzed.

Flat fee regardless of pair count. Vs:

  • DexScreener Pro: $10/mo (subscription)
  • 1inch API quotes: free but per-quote and no bulk export
  • Routescan: $99+/mo

If you analyze fewer than 333 tokens/mo, this actor is cheaper than DexScreener Pro.


Supported chains

Whatever DexScreener supports โ€” currently: ethereum, bsc, polygon, arbitrum, optimism, base, avalanche, fantom, solana, blast, pulsechain, linea, scroll, etc.

The chainFilter input lets you narrow down.


Related actors (same author)


Feedback

A short review helps traders find it: Leave a review on Apify Store

You might also like

DexScreener Scraper โ€” DEX Pairs, Prices & Token Data

bovi/dexscreener-scraper

Scrape Dexscreener DEX market data โ€” token pairs, USD/native price, liquidity, 24h volume, FDV, market cap across all chains. Search, pair, token and trending-profile modes. Public API, no key. Each record has parse_confidence.

๐Ÿ‘ User avatar

Vitalii Bondarev

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.

Raydium Solana DEX Pool Scraper

crawlerbros/raydium-scraper

Scrape live Solana DEX liquidity pool data from Raydium - AMM v2 and concentrated liquidity (CLMM) pools with TVL, volume, fees, and APR across daily/weekly/monthly windows. No API key required.

Dexscreener Pair Scraper

crypto-scraper/dexscreener-pair-scraper

A powerful scraper that scrapes real-time data for any token pair from DexScreener. Get prices, liquidity, volume, transaction data, contract addresses, and social links in a clean JSON format.

๐Ÿ‘ User avatar

Crypto Scraper

22

DexScreener Scraper

crawlerbros/dexscreener-scraper

Scrape DexScreener with real-time DEX token and trading pair data across 20+ blockchains. Search tokens, fetch pair details, trending/boosted tokens, and token profiles. No auth required.

Osmosis Zone Liquidity Pools Scraper

parseforge/osmosis-zone-pools-scraper

List every liquidity pool on the Osmosis Cosmos DEX. Returns pool IDs, pool types, token denominations, reserve balances, swap fees, and total share supply. Useful for DeFi analytics, yield monitoring, arbitrage research, and tracking liquidity flow across the Cosmos ecosystem.

DexScreener Token Listings & Pair Scraper

crawlerbros/dexscreener-token-listings

Scrape DexScreener.com - latest token listings, trending pairs, pair searches, and token details. Free, no API key required. Covers 50+ blockchains.

Fetch Solana Token Liquidity API

vybe/solana-token-liquidity-api

Solana API endpoint for fetching total USD liquidity for any Solana token. Aggregates liquidity across all trading markets to assess depth before trading. Docs: https://docs.vybenetwork.com/reference/get_token_liquidity

DexScreener Scraper

muhammetakkurtt/dexscreener-scraper

DexScreener Token Scraper collects real-time cryptocurrency data from DexScreener. It extracts token prices, liquidity, volumes and transactions across multiple blockchains (Solana, Ethereum, BSC). Supports custom sorting, time frames and delivers comprehensive token analytics for market analysis.

๐Ÿ‘ User avatar

Muhammet Akkurt

618

5.0