# Vibes API Hub – CoinGecko Coin Data

> Vibes API Hub – CoinGecko Coin Data is a paid API for AI agents from vibes-coral-tau.vercel.app, paid per call via x402, $0.0674/call, status unknown (last checked 2026-09-15).

Fetches detailed data for a specific cryptocurrency coin by its CoinGecko ID via a pay-per-call API.

## Facts

- Endpoint: POST https://vibes-coral-tau.vercel.app/api/coingecko-coin
- Price: $0.0674/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibes-api-hub-coingecko-coin-data-d3efc0fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lSlrQDnktwIROpo5xChKe

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 vibes-api-hub-coingecko-coin-data-d3efc0fc -d '<json body>'
```

Example prompt: Can you pull up the full CoinGecko coin data for bitcoin, including its price, market cap, and description?

## When to prefer this

Choose this endpoint when you need structured, detailed data for a specific coin by its CoinGecko ID and want to pay per call without a subscription. It is ideal for agents that need on-demand crypto lookups without managing API keys for CoinGecko directly.

## Known failure modes

- Invalid or unknown CoinGecko coin ID returns an error or empty response
- Network timeout if CoinGecko upstream is slow
- Payment failure on Base chain blocks the request
- Rate limiting if too many calls are made in quick succession

## 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 JSON object containing detailed information about the requested cryptocurrency coin as sourced from CoinGecko, typically including name, symbol, current price, market cap, trading volume, description, links, and blockchain platform details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibes-api-hub-coingecko-coin-data-d3efc0fc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vibes-coral-tau.vercel.app](https://www.zero.xyz/host/vibes-coral-tau.vercel.app/llms.txt)
