# KiteEndpoints.ai - Crypto Coins Data

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

Retrieves cryptocurrency coin data including prices, market information, and related metrics for one or more coins

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/crypto/coins
- Price: $0.17/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-crypto-coins-data-a063aaad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C9hSDzQqUiIkNFSjo0_Nv

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-coins-data-a063aaad -d '<json body>'
```

Example prompt: Can you pull the current prices and market data for the top cryptocurrencies like Bitcoin and Ethereum from KiteEndpoints?

## When to prefer this

Use this endpoint when you need quick cryptocurrency coin data — prices, market info, coin lists — via a pay-per-request model using USDC on Base chain, without needing a long-term API subscription. Suitable for agents that need on-demand crypto lookups without committing to a dedicated crypto data provider.

## Known failure modes

- Missing or invalid coin identifier returns empty or error result
- Insufficient USDC balance triggers 402 payment required
- Upstream crypto data provider outage returns stale or no data
- Malformed POST body returns 400 bad request
- Rate limiting or quota exceeded returns 429 or error

## 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 prices, market capitalization, and related metrics for the queried coins.

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