DexScreener Crypto — DEX Token & Pair Data avatar

DexScreener Crypto — DEX Token & Pair Data

Pricing

Pay per event + usage

Go to Apify Store
DexScreener Crypto — DEX Token & Pair Data

DexScreener Crypto — DEX Token & Pair Data

Real-time DEX token & pair data from DexScreener across 80+ chains. Search tokens, look up pairs, or query addresses. Flat typed JSON with 33 fields: prices, txns, volume, liquidity, FDV, market cap. Built for LLM/MCP, trading bots, and DeFi analytics.

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

Leonardo Santos

Leonardo Santos

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 hours ago

Last modified

Share

Real-time DEX trading pair data from DexScreener across 80+ blockchains. Search tokens by name or symbol, look up all pairs for a contract address, or query a specific pair. Every result is flat typed JSON with 33 fields: prices, transaction counts, volume, liquidity, FDV, market cap, and metadata.

Built for LLM/MCP consumers, crypto analytics pipelines, trading bots, and DeFi dashboards. Reliable 256MB HTTP-only wrapper — no headless browser overhead.

Modes

ModeWhat it doesCharge event
searchQuery by token name/symbol (e.g. "ETH", "PEPE"). Up to 30 pairs.search-result
tokensLook up ALL trading pairs for a contract address.pair-result
pairsLook up a specific pair by chain ID and pair address.pair-result

Input

{
"mode": "search",
"searchQueries": ["ETH", "WBTC"]
}

For mode tokens, use tokenAddresses (string array). For mode pairs, use pairQueries (array of {chainId, pairAddress} objects).

Output (33 fields, flat typed JSON)

Each pair result includes: chainId, dexId, pairAddress, base/quote token fields, priceUsd (number), priceNative (string), 8 txn fields, 4 volume fields, 4 price change fields, 3 liquidity fields, fdv, marketCap, pairCreatedAt, url, labels.

Error items carry type: "error", input, error, and scraped_at. Error items are always free — never charged.

Pricing (Pay per event)

  • /usr/bin/bash.0003 per result (/usr/bin/bash.30/1K)
  • Error items are never charged
  • User pays platform usage

Use cases

  • Trading bots: Monitor price, volume, and transactions across DEX pairs
  • DeFi analytics: Track liquidity, FDV, and market cap trends
  • Token discovery: Search for trending tokens by name/symbol
  • LLM/MCP pipelines: Flat typed JSON designed for machine consumption