# DexScreener Trending Tokens

> DexScreener Trending Tokens is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.19/call, status unknown (last checked 2026-09-15).

Fetches the current trending tokens/pairs from DexScreener, the decentralized exchange analytics platform

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/dexscreener-trending
- Price: $0.19/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dexscreener-trending-tokens-2d389e89
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UtgcmSkLZv8gZU-D3yszc

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability dexscreener-trending-tokens-2d389e89 -d '<json body>'
```

Example prompt: What tokens are trending on DexScreener right now across decentralized exchanges?

## When to prefer this

Use this endpoint when you need real-time trending token data from DexScreener specifically, particularly for DEX-native pair discovery. Prefer over CoinGecko or CoinMarketCap trending endpoints when you need on-chain DEX trading activity rather than centralized exchange rankings.

## Known failure modes

- DexScreener API downtime returns error in result object
- Empty result if no trending data is available
- Stale data if DexScreener feed is delayed
- Generic error response if upstream rate limit is hit
- Malformed response if DexScreener changes their API schema

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a list of currently trending token pairs from DexScreener, including pair names, token addresses, price data, volume, liquidity, and price change metrics for top-momentum assets across DEX platforms.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dexscreener-trending-tokens-2d389e89/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
