DexScreener Crypto — DEX Token & Pair Data avatar

DexScreener Crypto — DEX Token & Pair Data

Pricing

from $0.39 / 1,000 search results

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

from $0.39 / 1,000 search results

Rating

0.0

(0)

Developer

Leonardo Santos

Leonardo Santos

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days 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, and the platform usage is on us — the price you see is the price you pay, with no compute bill on top.

EventPriceWhat one charge buys
Search result$0.0006One pair returned by a search query. Error items are never charged.
Pair result$0.0006One pair returned by a token or pair lookup. Error items are never charged.
Actor Start$0.002One run, whatever it returns.

Higher Apify subscription tiers pay less on every event (Silver −20%, Gold −35%).

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