# Blockbuster.ai CoinGecko Trending

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

Fetches the current list of trending cryptocurrencies from CoinGecko via the Blockbuster.ai API hub

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/coingecko-trending
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-coingecko-trending-958d553d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hb5fcy4ifpTv2s9GqWjNt

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 blockbuster-ai-coingecko-trending-958d553d -d '<json body>'
```

Example prompt: What cryptocurrencies are trending on CoinGecko right now? Give me the full trending list so I can see which coins are getting the most attention today.

## When to prefer this

Use this endpoint when you need real-time trending cryptocurrency data sourced from CoinGecko without managing a direct CoinGecko API key, and when micropayment-per-call billing via x402 on Base chain is acceptable. Prefer this over direct CoinGecko integration when operating in an agent environment that supports x402 payment headers.

## Known failure modes

- CoinGecko API rate limit or upstream outage returns error in data field
- Malformed query input may result in unexpected response
- Payment failure via x402 micropayment protocol returns 402 status
- Generic success:false with empty data if CoinGecko returns no trending coins

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a list of currently trending cryptocurrencies from CoinGecko, including coin names, symbols, and related market momentum signals indicating which tokens are receiving the most user interest and searches.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-coingecko-trending-958d553d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
