Catalog/dexscreener-trending

Chain

Trending on-chain tokens (DEX boosts) API

Ranks the tokens with the most DexScreener 'boost' spend — the DEX-native attention signal for newly promoted tokens across every chain — grouped by chain. Distinct from CEX market-cap rankings: this surfaces on-chain discovery. Answers 'what tokens are being promoted on-chain right now?', 'where is the on-chain attention?'.

Price$0.01per request
MethodPOST
Route/v1/chain/dexscreener-trending
StatusLive
MIME typeapplication/json
Rate limit60/minute
Cache300s public
chaindefidexdexscreenertrendingdiscoveryattention
API URLhttps://x402.hexl.dev/v1/chain/dexscreener-trending
Integration docs
Example request
{}
Example response
{
  "count": 20,
  "byChain": {
    "solana": 18,
    "bsc": 1,
    "ethereum": 1
  },
  "trending": [
    {
      "chain": "solana",
      "tokenAddress": "4b1iHmUmwa4JUGFVJbiL7JYUCvdYkFdDjwKb58vNpump",
      "boostAmount": 0,
      "totalBoost": 510,
      "url": "https://dexscreener.com/solana/4b1ihmumwa4jugfvjbil7jyucvdykfddjwkb58vnpump",
      "description": "They call it a $BEAR market like it’s the end.\nWe call it the beginning.\n\n​When everything fades, only the strongest narratives survive and we literally symbolize the market condition! \n\nSol is headin"
    },
    {
      "chain": "solana",
      "tokenAddress": "Fuu6SApor3k4JQQHMEUW33wsar7hdTh3gYLh75Cipump",
      "boostAmount": 0,
      "totalBoost": 140,
      "url": "https://dexscreener.com/solana/fuu6sapor3k4jqqhmeuw33wsar7hdth3gylh75cipump",
      "description": "SpaceX's planned IPO is officially the largest initial public offering (IPO) in the history of capital markets .. trillions of dollars by market capitalisation .. and the same will happen for the $SPC"
    },
    {
      "chain": "solana",
      "tokenAddress": "2fmneaNnfqMDiqZ5uSbbHz5BzJ4CCDfbqRFMcYs3pump",
      "boostAmount": 0,
      "totalBoost": 130,
      "url": "https://dexscreener.com/solana/2fmneannfqmdiqz5usbbhz5bzj4ccdfbqrfmcys3pump",
      "description": null
    }
  ]
}
Input schema
{
  "type": "object",
  "properties": {}
}
Output schema
{
  "type": "object",
  "additionalProperties": true
}