# SixPath CoinGecko Coin Data Lookup

> SixPath CoinGecko Coin Data Lookup is a paid API for AI agents from sixpath.vercel.app, paid per call via x402, $0.138868/call, status unknown (last checked 2026-09-15).

Fetches detailed cryptocurrency coin data from CoinGecko by coin ID via the SixPath API Hub with pay-per-call micropayments.

## Facts

- Endpoint: POST https://sixpath.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/sixpath-coingecko-coin-data-lookup-c06437ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kDP-CDVwzwwCvO_33Ivoo

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 sixpath-coingecko-coin-data-lookup-c06437ae -d '<json body>'
```

Example prompt: Can you pull up the full CoinGecko coin data for bitcoin — I want to see its price, market cap, and other details?

## When to prefer this

Use this endpoint when you need structured CoinGecko coin data for a specific cryptocurrency by its canonical CoinGecko coin ID, especially in a pay-per-call micropayment context on Base chain. Prefer over direct CoinGecko API calls when using x402 payment infrastructure or when you want a unified hub for crypto and other data.

## Known failure modes

- Invalid or unknown coin ID returns an error or empty response
- Network timeout if CoinGecko upstream is slow
- Payment failure on Base chain if USDC balance is insufficient
- Rate limiting or upstream CoinGecko API unavailability

## 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 with detailed coin data from CoinGecko, including price, market capitalization, trading volume, circulating supply, and other coin metadata for the requested coin ID.

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