# CoinGecko Trending Cryptocurrencies

> CoinGecko Trending Cryptocurrencies is a paid API for AI agents from vibes-coral-tau.vercel.app, paid per call via x402, $0.029116/call, status unknown (last checked 2026-09-14).

Fetches the current trending cryptocurrencies from CoinGecko, returning coins that are gaining the most traction in the market right now.

## Facts

- Endpoint: POST https://vibes-coral-tau.vercel.app/api/coingecko-trending
- Price: $0.029116/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coingecko-trending-cryptocurrencies-d1e62d3e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__pm8iRVRwpU-BEk3BOT_q

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 coingecko-trending-cryptocurrencies-d1e62d3e -d '<json body>'
```

Example prompt: What cryptocurrencies are trending on CoinGecko right now? Show me the hottest coins people are searching for today.

## When to prefer this

Choose this endpoint when you need real-time trending cryptocurrency data sourced from CoinGecko without managing your own CoinGecko API key, especially when operating in a pay-per-call x402 micropayment context on Base chain. Prefer it over direct CoinGecko integration when you want a single hub that also covers social, jobs, and finance data.

## Known failure modes

- CoinGecko upstream API unavailable — returns error or empty response
- Payment not completed via x402 protocol — returns 402 Payment Required
- Rate limiting or quota exceeded on the underlying CoinGecko API
- Network timeout on the Vercel deployment — returns 5xx error

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a list of currently trending cryptocurrencies on CoinGecko, typically including coin names, symbols, market cap rank, price data, and trend scores reflecting search and trading volume momentum.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coingecko-trending-cryptocurrencies-d1e62d3e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vibes-coral-tau.vercel.app](https://www.zero.xyz/host/vibes-coral-tau.vercel.app/llms.txt)
