# CoinMarketCap Quote via KiteEndpoints

> CoinMarketCap Quote via KiteEndpoints 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-15).

Fetches real-time cryptocurrency price quotes and market data from CoinMarketCap for a given coin or token

## Facts

- Endpoint: POST https://kite-endpoints.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-0e591d57
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fhmifX__xltd9SNw5FU6V

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-0e591d57 -d '<json body>'
```

Example prompt: Can you pull the latest CoinMarketCap price quote for Bitcoin, including its market cap, 24h volume, and percent change?

## When to prefer this

Use this endpoint when you need real-time, authoritative cryptocurrency price and market data sourced from CoinMarketCap specifically — preferred over generic crypto price APIs when CoinMarketCap's rankings, volume figures, or market cap methodology is important. Good for trading dashboards, portfolio trackers, and price alert systems. Pay-per-request model via USDC on Base chain suits low-volume or ad-hoc agent workflows without a monthly subscription.

## Known failure modes

- Invalid or unrecognized cryptocurrency symbol returns an error or empty result
- CoinMarketCap API rate limit or upstream outage causes failure
- Payment of 0.17 USDC not received results in 402 rejection
- Malformed request body returns validation error
- Coin not listed on CoinMarketCap returns no 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 a result object containing real-time quote data from CoinMarketCap, including current price, market capitalization, 24-hour trading volume, percent price change, circulating supply, and other standard 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/coinmarketcap-quote-via-kiteendpoints-0e591d57/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)
