DexScreener Pairs & New-Pair Sniper avatar

DexScreener Pairs & New-Pair Sniper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
DexScreener Pairs & New-Pair Sniper

DexScreener Pairs & New-Pair Sniper

Pull DEX trading pairs from DexScreener's open API: price, liquidity, FDV, volume, price-change. Search by query, snipe newest token profiles, track boosted tokens, or resolve pairs by token address. No auth.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Farhan Febrian Nauval

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Track newly listed token pairs and live market data — price, liquidity, market cap, FDV, and 24h / 6h / 1h / 5m trading volume — across every blockchain DexScreener indexes (Solana, Ethereum, Base, BSC, and more). Built for new-pair snipers, on-chain analysts, and token researchers who need a clean, structured feed.

Why use this actor

  • No account, no API key, no login — just press Run.
  • Catch new tokens the moment they list — the new pairs feed surfaces freshly launched tokens, each enriched with full price, liquidity, market-cap and volume data.
  • Search any token or pair by symbol, name, or contract address, and get every matching trading pair.
  • Every chain in one place — filter to a single chain (e.g. Solana) or pull them all.
  • Rich per-pair detail — buy/sell counts, price change over multiple time windows, liquidity depth, socials, and website links.
  • Clean, stable JSON ready for spreadsheets, dashboards, databases, or alerting pipelines. Export to JSON, CSV, or Excel, and run it on a schedule.

How it works

  1. Pick a mode: search pairs by text, pull the newest listed tokens, list currently boosted tokens, or fetch all pairs for specific token contracts.
  2. Fill in your queries or token addresses (or just use the prefilled examples).
  3. Optionally set a chain filter (e.g. solana) and a max records cap.
  4. Press Run. Results stream into the dataset as they are collected and can be exported to JSON, CSV, or Excel.

You don't manage any scrapers, servers, or blocks — the actor handles retries and pacing for you.

Modes

ModeWhat it returnsKey input
search (default)Every trading pair matching a text query (symbol / name / address).queries
newPairsThe newest listed tokens — the new-pair-sniper feed.
boostsTokens currently being promoted ("boosted") on DexScreener.
tokensAll trading pairs for specific token contract addresses.tokenAddresses

For newPairs and boosts, keep Enrich pairs on (default) to attach full price/liquidity/volume data to each token; turn it off for the lighter raw listing.

Input

Search mode (default):

{
"mode": "search",
"queries": ["SOL", "PEPE"],
"chainFilter": "solana",
"maxItems": 200
}

New pairs mode:

{
"mode": "newPairs",
"enrichPairs": true,
"chainFilter": "solana",
"maxItems": 200
}

Tokens mode:

{
"mode": "tokens",
"tokenAddresses": ["0x311935Cd80B76769bF2ecC9D8Ab7635b2139cf82"],
"maxItems": 200
}
FieldTypeDescription
modestringsearch, newPairs, boosts, or tokens.
queriesarray of stringsSearch mode: token symbols, names, or addresses to look up.
tokenAddressesarray of stringsTokens mode: on-chain token contract addresses.
enrichPairsbooleanNew-pairs / boosts modes: attach full pair data to each token (default true).
chainFilterstringKeep only one chain, e.g. solana, ethereum, base, bsc. Leave blank for all chains.
maxItemsintegerMaximum records to return (0 = no cap). Default 200.
maxConcurrencyintegerHow aggressively to collect (default 4).
proxyConfigurationobjectOptional. Not required — the data is public.

Output

Every record carries a small header (_input, _scrapedAt, _source, recordType) and a set of the most-used fields, followed by the full pair or token object with all original field names preserved. recordType is PAIR, TOKEN_PROFILE, or BOOST.

PAIR record — mode search, query SOL

{
"_input": "search:SOL",
"_source": "S1-search",
"_scrapedAt": "2026-07-09T11:07:30Z",
"recordType": "PAIR",
"chainId": "base",
"dexId": "aerodrome",
"pairAddress": "0x1131DB5977242a03eBeaD1aCD18F80A9A29e5922",
"baseSymbol": "SOL",
"baseName": "Solana",
"baseAddress": "0x311935Cd80B76769bF2ecC9D8Ab7635b2139cf82",
"quoteSymbol": "USDC",
"priceUsd": "77.62",
"liquidityUsd": 382920.79,
"fdv": 14734012,
"marketCap": 14734012,
"volumeH24": 3744071.42,
"priceChangeH24": 0.46,
"pairCreatedAt": null,
"url": "https://dexscreener.com/base/0x1131db5977242a03ebead1acd18f80a9a29e5922",
"priceNative": "77.6245",
"txns": { "m5": {"buys": 1, "sells": 8}, "h1": {"buys": 146, "sells": 180}, "h24": {"buys": 4863, "sells": 5009} },
"volume": { "h24": 3744071.42, "h6": 859526.49, "h1": 139637.47, "m5": 5441.26 },
"priceChange": { "m5": -0.07, "h1": -0.6, "h6": -0.26, "h24": 0.46 },
"liquidity": { "usd": 382920.79, "base": 3118.001739, "quote": 140887 },
"baseToken": { "address": "0x311935Cd80B76769bF2ecC9D8Ab7635b2139cf82", "name": "Solana", "symbol": "SOL" },
"quoteToken": { "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", "name": "USD Coin", "symbol": "USDC" },
"info": { "websites": [{"url": "https://solana.com/", "label": "Website"}], "socials": [{"url": "https://x.com/solana", "type": "twitter"}] }
}

PAIR record — mode newPairs (a freshly launched token)

{
"_input": "newPairs:4YaUff21q1aHWkB625NvGdEHR8Gr3MytHLvSWqp4pump",
"_source": "S1-newpairs",
"_scrapedAt": "2026-07-09T15:49:40Z",
"recordType": "PAIR",
"chainId": "solana",
"dexId": "pumpfun",
"pairAddress": "3MSGVj1T1AUhpSaiQMkuc1ALgxMM1eHBJnNPUS3zJNYh",
"baseSymbol": "COPYCAT",
"baseName": "COPYCAT",
"baseAddress": "4YaUff21q1aHWkB625NvGdEHR8Gr3MytHLvSWqp4pump",
"quoteSymbol": "SOL",
"priceUsd": "0.000004244",
"liquidityUsd": null,
"fdv": 4244.67,
"marketCap": 4244.67,
"volumeH24": 24863.17,
"priceChangeH24": 88.15,
"pairCreatedAt": 1783611540000,
"txns": { "m5": {"buys": 137, "sells": 143}, "h1": {"buys": 413, "sells": 331} },
"volume": { "h24": 24863.17, "m5": 7717.61 },
"priceChange": { "m5": -41.8, "h1": 88.15, "h24": 88.15 },
"baseToken": { "address": "4YaUff21q1aHWkB625NvGdEHR8Gr3MytHLvSWqp4pump", "name": "COPYCAT", "symbol": "COPYCAT" },
"quoteToken": { "address": "So11111111111111111111111111111111111111112", "name": "Wrapped SOL", "symbol": "SOL" },
"info": { "websites": [{"url": "https://copycatpf.org/", "label": "Website"}] }
}

BOOST record — mode boosts (Enrich pairs off)

{
"_input": "boosts",
"_source": "S1-boosts",
"_scrapedAt": "2026-07-09T15:49:36Z",
"recordType": "BOOST",
"chainId": "solana",
"tokenAddress": "9motHbNmm4Km8u7VYGhg6xJWN5Ro9XDKYmEkaMMYpump",
"description": "FELLOW HOODRATS \n\nTHE HOOD STAYS ON\n\nHOODRAT'S FOR LIFE",
"url": "https://dexscreener.com/solana/9mothbnmm4km8u7vyghg6xjwn5ro9xdkymekammypump",
"links": [{ "type": "twitter", "url": "https://x.com/i/communities/1955460209717153825" }],
"totalAmount": 40,
"amount": 30
}

Key output fields

FieldTypeDescription
recordTypestringPAIR, TOKEN_PROFILE, or BOOST.
chainIdstringBlockchain the pair trades on (e.g. solana, base).
dexIdstringExchange the pair trades on (e.g. pumpfun, aerodrome).
pairAddressstringOn-chain address of the trading pair.
baseSymbol / baseName / baseAddressstringThe traded token's symbol, name, and contract.
quoteSymbolstringThe token it's priced against (e.g. USDC, SOL).
priceUsdstringCurrent price in USD.
liquidityUsdnumberPool liquidity in USD.
fdv / marketCapnumberFully diluted valuation and market cap in USD.
volumeH24number24-hour trading volume in USD (also volume for 6h/1h/5m).
priceChangeH24number24-hour price change % (also priceChange for shorter windows).
txnsobjectBuy / sell counts per time window.
pairCreatedAtnumberPair creation time (ms since epoch), when available.
infoobjectWebsites, socials, and image links, when available.
totalAmount / amountnumberBoosts only — the promotion amount on the token.

On any failure the actor emits a {_input, _source, _scrapedAt, _error, _errorDetail} record instead of silently skipping.

Notes & limits

  • All data is public — no account or key needed. A proxy is optional.
  • The new-pairs and boosts feeds return roughly the newest ~30 entries per run; run on a schedule to build a continuous history.
  • Use chainFilter to focus on one chain and maxItems to cap large runs.
  • Prices and volumes are a live snapshot at run time.