# x402 Data Hub – Crypto Coin Details

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

Returns detailed information about a specific cryptocurrency coin by its CoinGecko coin ID

## Facts

- Endpoint: POST https://data-hub-v5.vercel.app/api/crypto/coin
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-data-hub-crypto-coin-details-d6917201
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Re29xV5AO1vLESV9No5DU

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

Example prompt: Pull up the full coin details for bitcoin using its CoinGecko ID and give me an overview of its current stats.

## When to prefer this

Choose this endpoint when you need structured, comprehensive coin-level data (price, market cap, supply, metadata) for a specific cryptocurrency identified by its CoinGecko coin ID, and you are already working within the x402 micropayment ecosystem. Prefer this over free alternatives when you need reliable, pay-per-use access without API key management.

## Known failure modes

- Invalid or unrecognized CoinGecko coin ID returns an error or empty data object
- Network or upstream CoinGecko API unavailability causes request failure
- Missing required 'id' field in request body results in a bad request error
- Payment failure (insufficient USDC balance) blocks the request via x402 protocol

## How this service works

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

## Output

A JSON object containing detailed information about the requested coin, including market data, price, supply figures, metadata, and other CoinGecko-sourced attributes for the given 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-d6917201/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from data-hub-v5.vercel.app](https://www.zero.xyz/host/data-hub-v5.vercel.app/llms.txt)
