# DexScreener Trending Tokens

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

Fetches the current list of trending tokens/pairs from DexScreener's decentralized exchange aggregator

## Facts

- Endpoint: POST https://kite-endpoints.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-545d1cd4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9alO2TGO71TU2fW186lUJ

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-545d1cd4 -d '<json body>'
```

Example prompt: What tokens are trending on DexScreener right now across all chains?

## When to prefer this

Use this endpoint when you need a quick, up-to-date snapshot of trending DEX pairs without setting up a direct DexScreener API integration. Ideal for agents that need on-demand crypto trend data and can pay per request in USDC on Base chain. Prefer this over building your own DexScreener scraper when low-latency, pay-per-use access is sufficient.

## Known failure modes

- DexScreener API unavailable or rate-limited — returns error or empty result
- Stale data if DexScreener's trending list hasn't refreshed recently
- No input schema fields documented, so malformed POST body may cause unexpected errors
- $0.19 USDC payment required per call — insufficient balance causes payment failure

## 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 on DexScreener, typically including token name, symbol, price, price change, volume, liquidity, and the chain/DEX they trade on.

## 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-545d1cd4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
