# BlackBobs.ai CoinGecko Proxy

> BlackBobs.ai CoinGecko Proxy is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.051938/call, status unknown (last checked 2026-09-14).

Fetches cryptocurrency market data from CoinGecko via a pay-per-call proxy endpoint on the Base chain using x402 micropayments

## Facts

- Endpoint: POST https://blackbobs-ai.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/blackbobs-ai-coingecko-proxy-d0417834
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xW_3MUXEypAzmVSL_1AmQ

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-proxy-d0417834 -d '<json body>'
```

Example prompt: What is the current price and market cap of Ethereum right now? Pull it from CoinGecko.

## When to prefer this

Choose this endpoint when you need CoinGecko cryptocurrency market data and want to pay per call using USDC on Base via the x402 protocol, avoiding the need to manage a CoinGecko API key directly. Useful for agents that need on-demand crypto price lookups without setting up a CoinGecko subscription.

## Known failure modes

- Payment failure if USDC balance is insufficient for the $0.052 per-call fee
- Invalid or unrecognized coin ID returns an empty or error result
- CoinGecko API rate limiting or downtime causes upstream failures
- Malformed request body returns no useful data
- Network timeout on the Vercel edge function

## 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 API response data for the queried cryptocurrency, including market metrics such as current price, market capitalization, trading volume, and other coin-specific data fields surfaced by CoinGecko.

## 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-proxy-d0417834/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)
