# GGWP API Hub – CoinGecko Coin Data

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

Fetches detailed cryptocurrency coin data from CoinGecko via a pay-per-call x402 endpoint on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/coingecko-coin
- Price: $0.138868/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-coin-data-6aac42bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nsmGSvyBUxINnvpBYT5ri

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-coin-data-6aac42bb -d '<json body>'
```

Example prompt: Can you pull up the CoinGecko data for Bitcoin — I want to see its current price, market cap, and 24-hour trading volume?

## When to prefer this

Choose this endpoint when you need structured CoinGecko coin data (price, market cap, volume, supply) on a pay-per-call basis without a subscription, especially in agentic workflows running on Base chain with x402 micropayments. Prefer it over direct CoinGecko API calls when you want no API key management and atomic per-request billing.

## Known failure modes

- Invalid or unrecognized coin ID returns an empty or error result
- Payment failure on Base chain causes 402 response and no data returned
- CoinGecko upstream outage results in timeout or error response
- Malformed request body causes API to reject the call
- Rate limiting or quota exhaustion on the underlying CoinGecko API

## 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 result object containing CoinGecko coin data such as current price, market capitalization, 24-hour trading volume, price change percentages, circulating supply, all-time high/low, and other coin metadata as provided by CoinGecko's API.

## 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-coin-data-6aac42bb/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)
