# KiteEndpoints.ai - Crypto Coins Data

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

Returns cryptocurrency coin data and market information for a list of crypto assets

## Facts

- Endpoint: POST https://kite-endpoints.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-77bca330
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IZd5Z3ezI-JOcx3lMYaGH

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

Example prompt: Can you pull up the current market data for major cryptocurrencies like Bitcoin, Ethereum, and Solana — prices, market cap, the usual stats?

## When to prefer this

Choose this endpoint when you need cryptocurrency coin data as part of a pay-per-request workflow using USDC on the Base chain, without committing to a subscription. It is best suited for agents that need on-demand crypto market data without maintaining API keys for dedicated crypto data providers like CoinGecko or CoinMarketCap.

## Known failure modes

- Invalid or unrecognized coin identifiers returns empty or error result
- Payment failure (HTTP 402) if USDC payment on Base chain is not provided or insufficient
- Malformed request body returns validation error
- Upstream data source unavailability may result in stale or missing data
- Rate limiting or quota errors if too many requests are sent rapidly

## 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 caps, trading volumes, and other market metrics for the requested 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-77bca330/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)
