← Back to Dashboard

Overview

DEX Radar is a real-time multi-chain analytics platform designed to track trending tokens, new pairs, and market movements across decentralized exchanges (DEXs).

We aggregate data from major chains including Ethereum, Solana, BSC, Base, Arbitrum, Polygon, and Avalanche to provide traders with actionable insights.

Core Features

1. Trending Tokens

The trending algorithm combines global search volume (via CoinGecko) and on-chain transaction volume (via DexScreener). Tokens are sorted by 24h volume to ensure high liquidity and relevance.

2. Chain Filtering

Users can filter data by specific blockchains. When a chain is selected, the engine scrapes specific native token pairs (e.g., SOL pairs for Solana, WETH pairs for Base) to find the most active markets on that specific network.

3. Spam Protection

Our backend automatically filters out tokens with:

  • Zero or very low liquidity (< $1,000)
  • Invalid prices
  • Duplicate contract addresses (showing only the main pair)

Developer API

You can access our public endpoints to build your own tools.

Get Trending Tokens

GET /api/tokens/trending

Returns a list of top trending tokens sorted by volume.

Parameters:
?chain=solana (optional) - Filter by chain (ethereum, solana, base, etc.)

Search Tokens

GET /api/tokens/search
Parameters:
?q=pepe - Search query (symbol or name)

Support

For bug reports or feature requests, please contact us via our social channels listed in the footer or email support@dexradar.ai.