# GGWP API Hub – CoinGecko Trending

> GGWP API Hub – CoinGecko Trending is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.068908/call, status unknown (last checked 2026-09-15).

Fetches the current trending cryptocurrencies from CoinGecko via a pay-per-call x402 endpoint

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/coingecko-trending
- Price: $0.068908/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-coingecko-trending-dd397c4b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tnjqndcT7PEZWKI82Dks1

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 ggwp-api-hub-coingecko-trending-dd397c4b -d '<json body>'
```

Example prompt: What cryptocurrencies are trending on CoinGecko right now? Give me the full trending list.

## When to prefer this

Choose this endpoint when you need real-time CoinGecko trending data without maintaining a CoinGecko API key, and when you are already operating in an x402/Base chain payment context. It is ideal for lightweight crypto market monitoring tasks where only trending coin discovery is needed, not deep historical or OHLCV data.

## Known failure modes

- CoinGecko API rate limit or downtime causing empty or error response
- Payment failure on Base chain resulting in 402 rejection
- Schema mismatch returning generic 'example response' placeholder instead of live data
- No trending coins returned if CoinGecko data is temporarily unavailable

## 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 as reported by CoinGecko, typically including coin names, symbols, market cap ranks, and related metadata indicating which assets are most searched or gaining momentum on the 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/ggwp-api-hub-coingecko-trending-dd397c4b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
