# KiteEndpoints.ai - Crypto Market Data

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

Fetches cryptocurrency market data including prices, trends, and related metrics via a pay-per-request hub endpoint.

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/crypto-market
- Price: $0.13/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-market-data-785967c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wxhIMRixHO7PzoVZBIvPw

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-market-data-785967c3 -d '<json body>'
```

Example prompt: What's the current market data for Bitcoin and Ethereum — price, volume, and market cap?

## When to prefer this

Use this endpoint when you need quick, pay-per-request crypto market data without a long-term API subscription, especially in an agentic workflow that already uses USDC on Base for micropayments. Prefer it over dedicated exchange APIs when cost-per-call pricing is acceptable and broad multi-coin coverage is needed.

## Known failure modes

- Payment failure or insufficient USDC balance returns 402 error
- Invalid or unsupported cryptocurrency symbol returns an error result
- Network timeout from upstream market data provider
- Empty or malformed response if market data feed is unavailable
- Rate limit exceeded returns error response

## 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 market data such as current prices, trading volumes, market capitalizations, and related metrics for 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-market-data-785967c3/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)
