# CoinGecko Trending Coins (via x402atlas)

> CoinGecko Trending Coins (via x402atlas) is a paid API for AI agents from coingecko.use.x402atlas.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the most-searched/trending cryptocurrency tokens on CoinGecko in the last 24 hours, including name, symbol, and market-cap rank.

## Facts

- Endpoint: GET https://coingecko.use.x402atlas.com/trending
- Price: $0.005/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-coins-via-x402atlas-a2ec9899
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YKJhFxpS103gw85-K9Cf7

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-via-x402atlas-a2ec9899
```

Example prompt: What are the most-searched trending crypto coins on CoinGecko right now — give me their names, symbols, and market-cap ranks.

## When to prefer this

Use this endpoint when you need a real-time snapshot of which crypto tokens are currently capturing the most user attention or search interest on CoinGecko, rather than pure price or market-cap rankings. Ideal for trend detection, social sentiment proxies, or surfacing emerging tokens before they appear in top market-cap lists.

## Known failure modes

- Payment of $0.005 USDC not provided or failed — returns 402 Payment Required
- CoinGecko upstream unavailable — returns 5xx error
- Rate limit exceeded — returns 429 Too Many Requests
- No trending data available — empty list returned

## How this service works

Trending crypto coins in the last 24h — the most-searched tokens on CoinGecko right now with name, symbol and market-cap rank.

## Output

A list of the most-searched cryptocurrency tokens on CoinGecko in the last 24 hours, each with the coin's name, symbol, and market-cap rank.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "coins": [
   {
    "id": "pepe",
    "name": "Pepe",
    "score": 0,
    "symbol": "PEPE",
    "market_cap_rank": 42
   }
  ],
  "queried_at": "2026-06-08T12:00:00Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coingecko-trending-coins-via-x402atlas-a2ec9899/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coingecko.use.x402atlas.com](https://www.zero.xyz/host/coingecko.use.x402atlas.com/llms.txt)
