# KiteEndpoints.ai Crypto Coin Data

> KiteEndpoints.ai Crypto Coin Data is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Fetches cryptocurrency coin data and market information for a specified coin via a pay-per-request API

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/crypto/coin
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-crypto-coin-data-c097a20b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W7lF9OPvO230nPkvFSVYl

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 kiteendpoints-ai-crypto-coin-data-c097a20b -d '<json body>'
```

Example prompt: Can you look up the current market data for Bitcoin — price, market cap, and any other coin details you can get?

## When to prefer this

Choose this endpoint when you need quick, pay-per-request access to cryptocurrency coin data without committing to a subscription. Useful for agents that occasionally need crypto price lookups and want to pay in USDC on Base chain without API key management.

## Known failure modes

- Invalid or unrecognized coin identifier returns an error response
- Network or upstream data provider timeout causes failure
- Missing required coin parameter in request body results in a validation error
- Rate limiting or payment processing failure with x402 protocol
- Coin delisted or unavailable from data source returns empty or null result

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing cryptocurrency coin data such as current price, market capitalization, trading volume, and other coin-specific market metadata for the queried 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/kiteendpoints-ai-crypto-coin-data-c097a20b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
