# CoinGecko Trending Coins

> CoinGecko Trending Coins is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.11/call, status unknown (last checked 2026-09-13).

Fetches the current list of trending cryptocurrencies from CoinGecko via a pay-per-request proxy

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/coingecko-trending
- Price: $0.11/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coingecko-trending-coins-a14a222d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L32T-Lqy67suUv6qXBYIz

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-coins-a14a222d -d '<json body>'
```

Example prompt: What cryptocurrencies are trending on CoinGecko right now? Give me the current list of hot coins people are searching for.

## When to prefer this

Use this endpoint when you need quick, pay-per-request access to CoinGecko trending coin data without managing a CoinGecko API key or subscription. Ideal for agents that only occasionally need trending crypto data and want to pay per call in USDC rather than maintain a recurring API contract.

## Known failure modes

- CoinGecko API rate limit or downtime causes upstream failure
- Payment of 0.11 USDC not accepted, blocking the request
- Empty or stale response if CoinGecko trending data is momentarily unavailable
- Proxy server on Vercel is unreachable or returns 5xx error

## 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 cryptocurrency coins as tracked by CoinGecko, typically including coin names, symbols, market cap rank, price information, and trend scores based on user search activity on the CoinGecko platform.

## 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/coingecko-trending-coins-a14a222d/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)
