# x402 Data Hub – Crypto Coin Details

> x402 Data Hub – Crypto Coin Details is a paid API for AI agents from data-hub-v4-ten.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Fetches detailed information about a specific cryptocurrency coin by its CoinGecko ID, returning structured coin data.

## Facts

- Endpoint: POST https://data-hub-v4-ten.vercel.app/api/crypto/coin
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-data-hub-crypto-coin-details-607d3093
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kLDr0-gI-BJFT8cgW8VbG

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 x402-data-hub-crypto-coin-details-607d3093 -d '<json body>'
```

Example prompt: Can you pull up the full coin details for bitcoin from the x402 Data Hub — I want to see all the metadata CoinGecko has for it.

## When to prefer this

Choose this endpoint when you need structured, CoinGecko-sourced coin details for a specific cryptocurrency by its canonical CoinGecko ID. It is ideal for enriching crypto dashboards, performing due diligence on tokens, or populating agent workflows that require detailed coin metadata. At $0.05 USDC per call via the x402 micropayment protocol, it suits pay-per-use agent pipelines where you need on-demand coin lookups without a subscription.

## Known failure modes

- Invalid or unknown CoinGecko coin ID returns an error or empty data
- Payment failure or insufficient USDC balance prevents access (402 response)
- CoinGecko upstream outage may result in stale or unavailable data
- Missing 'id' field in request body causes validation error
- Rate limiting if too many calls are made in rapid succession

## How this service works

16 paid endpoints - Crypto, Exchange, Yield, Governance, Sentiment

## Output

A structured JSON object containing detailed coin data for the requested cryptocurrency, including metadata such as market information, descriptions, and other CoinGecko-sourced attributes for the specified coin ID.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "type": "string",
   "description": "CoinGecko coin ID (e.g. bitcoin)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "description": "Coin details"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-data-hub-crypto-coin-details-607d3093/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from data-hub-v4-ten.vercel.app](https://www.zero.xyz/host/data-hub-v4-ten.vercel.app/llms.txt)
