# CoinMarketCap Quote via KiteEndpoints

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

Fetches real-time cryptocurrency price quotes and market data from CoinMarketCap for a given asset

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/coinmarketcap-quote
- Price: $0.17/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coinmarketcap-quote-via-kiteendpoints-b3b73532
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_35LCH64WVSai9UGRHqxRc

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 coinmarketcap-quote-via-kiteendpoints-b3b73532 -d '<json body>'
```

Example prompt: What's the current price and market cap of Bitcoin in USD right now?

## When to prefer this

Use this endpoint when you need live, reliable cryptocurrency price quotes backed by CoinMarketCap data and want to pay per request in USDC without managing a CoinMarketCap API key subscription. Ideal for agents that need ad-hoc crypto pricing without committing to a monthly API plan.

## Known failure modes

- Invalid or unrecognized cryptocurrency symbol returns an error
- CoinMarketCap API rate limit or upstream outage causes failure
- Payment not received results in HTTP 402 response
- Coin delisted or not tracked by CoinMarketCap returns empty data

## 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 real-time cryptocurrency market data including current price, market capitalization, 24-hour trading volume, circulating supply, and percentage price changes over various time periods for the requested coin.

## 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/coinmarketcap-quote-via-kiteendpoints-b3b73532/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)
