# KiteEndpoints.ai Crypto Coin Data

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

Retrieves cryptocurrency coin data and market information for a specified coin via a paid per-request API.

## Facts

- Endpoint: POST https://kite-endpoints.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-4d13ed6a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0qkBbBp7j65vmdTd9l-lz

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

Example prompt: Can you look up the current price and market data for Bitcoin using the KiteEndpoints crypto coin API?

## When to prefer this

Choose this endpoint when you need quick, pay-per-request cryptocurrency coin data without committing to a subscription, especially when building lightweight agents that only need occasional crypto lookups and want to pay in USDC on Base chain. Suitable for low-volume crypto data needs where cost per call ($0.06) is acceptable.

## Known failure modes

- Invalid or unrecognized coin identifier returns an error or empty result
- Missing required coin parameter causes a 400 bad request
- Payment failure (insufficient USDC balance) results in a 402 Payment Required response
- Rate limiting or upstream data provider downtime may cause 503 errors
- Coin data may be delayed or stale if upstream source is temporarily unavailable

## 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 coin data such as current price, market capitalization, trading volume, supply details, and other market metrics for the requested cryptocurrency.

## 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-4d13ed6a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
