# CoinGecko Trending — via Coockies.ai

> CoinGecko Trending — via Coockies.ai is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.068908/call, status unknown (last checked 2026-09-14).

Fetches the current trending cryptocurrencies from CoinGecko's trending endpoint via a pay-per-call proxy.

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/coingecko-trending
- Price: $0.068908/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-via-coockies-ai-46e8fd8d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GGpAAfeZM30j_yACzNnT6

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-via-coockies-ai-46e8fd8d -d '<json body>'
```

Example prompt: What cryptocurrencies are trending on CoinGecko right now? Give me the full list of trending coins with their rankings.

## When to prefer this

Use this endpoint when you need a quick, no-auth-required snapshot of trending cryptocurrencies sourced from CoinGecko, and you are already operating within the x402 pay-per-call ecosystem on Base chain. Prefer this over direct CoinGecko API calls if you lack a CoinGecko API key or want per-call micropayment billing without a subscription.

## Known failure modes

- Payment failure if USDC balance on Base chain is insufficient
- CoinGecko upstream API rate limit or outage causing empty or error response
- Stale data if CoinGecko trending list has not refreshed recently
- Generic error response with minimal detail due to proxy abstraction

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a list of currently trending cryptocurrency coins as reported by CoinGecko, typically including coin names, symbols, market cap ranks, and related metadata reflecting real-time search and interest trends on the CoinGecko platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## 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-via-coockies-ai-46e8fd8d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
