# KiteEndpoints.ai - CoinGecko Coins

> KiteEndpoints.ai - CoinGecko Coins is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.18/call, status unknown (last checked 2026-09-14).

Fetches cryptocurrency coin data from CoinGecko via a pay-per-request proxy endpoint on Base chain

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/coingecko-coins
- Price: $0.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-coingecko-coins-bda50dbd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EYfpZr8ZP5LebduhFfE2K

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 kiteendpoints-ai-coingecko-coins-bda50dbd -d '<json body>'
```

Example prompt: Can you pull the current coin list and market data from CoinGecko for me — I want to see prices and metadata for the top cryptocurrencies?

## When to prefer this

Use this endpoint when you need CoinGecko coin data via a pay-per-use micropayment model on Base chain (USDC), without needing to manage a separate CoinGecko API key. Prefer it for agent workflows that already use x402 payment infrastructure.

## Known failure modes

- CoinGecko API rate limit or outage causes empty or error response
- Invalid or missing query parameters result in malformed response
- Payment failure via x402/USDC causes 402 response before data is returned
- Upstream CoinGecko data delay causes stale or cached results

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing CoinGecko coin data, which may include coin IDs, names, symbols, prices, market caps, and other market metadata depending on the underlying CoinGecko endpoint being proxied.

## 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/kiteendpoints-ai-coingecko-coins-bda50dbd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
