# KiteEndpoints.ai - CoinGecko Coins Lookup

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

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

## Facts

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

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-lookup-1cf2b5ad -d '<json body>'
```

Example prompt: Can you pull the full list of coins available on CoinGecko so I can see which cryptocurrencies are tracked along with their IDs and symbols?

## When to prefer this

Use this endpoint when you need CoinGecko coin data and want a simple pay-per-request model using USDC on Base chain without managing your own CoinGecko API key. Prefer it for ad-hoc or low-volume crypto data lookups where setting up a direct CoinGecko integration is not worth the overhead.

## Known failure modes

- Insufficient USDC balance causes HTTP 402 payment required
- CoinGecko upstream API rate limit or outage results in error response
- Malformed request body returns generic error
- Stale or incomplete data if CoinGecko source is delayed
- Generic 'example response' returned if endpoint is a stub with no real upstream integration

## 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 typically includes coin IDs, symbols, names, and associated market metadata for cryptocurrencies listed on the CoinGecko platform.

## 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-lookup-1cf2b5ad/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
