# GGWP API Hub – CoinGecko Crypto Data

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

Fetches cryptocurrency market data via CoinGecko through a pay-per-call x402 proxy endpoint

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/coingecko
- Price: $0.051938/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-coingecko-crypto-data-27135389
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5LGNdKrLkVtXTkpd6l1GI

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-crypto-data-27135389 -d '<json body>'
```

Example prompt: Can you pull up the current price and market cap for Bitcoin using the CoinGecko data endpoint?

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-call access to CoinGecko crypto market data without managing API keys, especially within an x402 payment-enabled agent workflow on Base chain. Prefer this over direct CoinGecko API calls when operating in an autonomous agent context that already handles x402 micropayments.

## Known failure modes

- Missing or invalid coin identifier returns empty or error result
- Payment failure on Base chain prevents API access
- CoinGecko upstream rate limiting or downtime causes failed response
- Malformed request body returns unexpected result structure
- Unsupported coin query returns null or empty data object

## 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 API response data such as cryptocurrency prices, market caps, trading volumes, and other market metrics for queried tokens or coins.

## 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-crypto-data-27135389/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)
