# TokenScope Trending Crypto Endpoint

> TokenScope Trending Crypto Endpoint is a paid API for AI agents from coinscrop.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns AI-analyzed trending cryptocurrency tokens using CoinGecko, DexScreener, and MiMo LLM data

## Facts

- Endpoint: POST https://coinscrop.vercel.app/api/trending
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tokenscope-trending-crypto-endpoint-12b0fecd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LqlA2iC1240cfLGdPeMw1

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 tokenscope-trending-crypto-endpoint-12b0fecd -d '<json body>'
```

Example prompt: What are the trending crypto tokens right now? I want AI-powered analysis combining CoinGecko and DexScreener data so I can see which coins are gaining momentum today.

## When to prefer this

Choose this endpoint when you need a real-time, AI-enriched snapshot of which crypto tokens are currently trending, particularly when you want combined signals from both CoinGecko (broad market) and DexScreener (DEX trading activity) with an LLM narrative layer rather than raw data alone.

## Known failure modes

- Payment not processed — 402 response if USDC payment on Base is missing or insufficient
- Upstream data unavailability — if CoinGecko or DexScreener APIs are down, may return partial or error response
- No trending tokens found — empty result if market data is unavailable at query time
- Timeout — if LLM analysis takes too long, may return gateway timeout
- Invalid request body — 400 error if POST body is malformed

## How this service works

AI-powered crypto analysis. CoinGecko + DexScreener + MiMo LLM. 20 endpoints. x402 on Base.

## Output

A ranked list of currently trending cryptocurrency tokens enriched with AI-generated analysis from MiMo LLM, combining price and volume data from CoinGecko and DexScreener, including market metrics and intelligence insights for each token.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tokenscope-trending-crypto-endpoint-12b0fecd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coinscrop.vercel.app](https://www.zero.xyz/host/coinscrop.vercel.app/llms.txt)
