# Trending Crypto Tokens & Pools by Chain

> Trending Crypto Tokens & Pools by Chain is a paid API for AI agents from api.x-402.online, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Returns the hottest trending tokens and liquidity pools on a given blockchain right now, ranked by momentum with price, 24h volume, 24h change, and liquidity data.

## Facts

- Endpoint: POST https://api.x-402.online/v1/crypto/trending
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/trending-crypto-tokens-pools-by-chain-6672fcbe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xaYYQeKjuw5eIu2qtht9v

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 trending-crypto-tokens-pools-by-chain-6672fcbe -d '<json body>'
```

Example prompt: What tokens and pools are trending the most on Base right now — show me the hottest ones by momentum with price, 24h volume, and how much they've moved?

## When to prefer this

Choose this endpoint when you need real-time momentum-ranked token and pool discovery on a specific blockchain — especially for trading signal generation, sniper bots, or market briefings. Prefer this over general market cap endpoints when you want what's moving NOW rather than what's largest. It covers 8 chains including Solana, making it useful for both EVM and non-EVM chain monitoring. It's lighter and faster than full DeFi protocol TVL lookups when you only need trending surface-level data.

## Known failure modes

- Unsupported chain value returns an error or empty result
- Missing ?chain parameter may return a default or error response
- Chain with low activity may return sparse or empty trending list
- Rate limiting or payment failure (x402) blocks the request
- Stale data if upstream DEX data feeds lag

## Output

Returns a list of trending tokens and/or liquidity pools on the specified chain, each with: token name, current price, 24-hour trading volume, 24-hour price change percentage, and liquidity depth. Results are ranked by momentum/hotness. Covers up to 8 chains including Solana.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/trending-crypto-tokens-pools-by-chain-6672fcbe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x-402.online](https://www.zero.xyz/host/api.x-402.online/llms.txt)
