# BlackBobs.ai CoinGecko Coin Data Endpoint

> BlackBobs.ai CoinGecko Coin Data Endpoint is a paid API for AI agents from blackbobs-ai.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 API proxy on Base chain

## Facts

- Endpoint: POST https://blackbobs-ai.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/blackbobs-ai-coingecko-coin-data-endpoint-fa3ff52e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MEoYVKNuLgHLxOmVrn293

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 blackbobs-ai-coingecko-coin-data-endpoint-fa3ff52e -d '<json body>'
```

Example prompt: Can you pull up the full CoinGecko coin data for Bitcoin, including its current price, market cap, and trading volume?

## When to prefer this

Choose this endpoint when you need structured, comprehensive cryptocurrency coin data from CoinGecko without managing your own API key or rate limits. It is ideal for agents that need on-demand, pay-per-call crypto data without a subscription, especially when operating in a Web3 or x402-payment-enabled environment on Base chain.

## Known failure modes

- Invalid or unknown coin ID returns an error or empty result
- CoinGecko API rate limits or downtime cause failed lookups
- Malformed request body results in a 400-level error
- Payment failure on Base chain blocks the request from being processed
- Coin data may be slightly delayed if CoinGecko's cache is stale

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing CoinGecko coin data such as current price, market capitalization, 24-hour trading volume, circulating supply, all-time high/low, price change percentages, and other metadata associated with the queried cryptocurrency coin.

## 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/blackbobs-ai-coingecko-coin-data-endpoint-fa3ff52e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
