# KiteEndpoints.ai - CoinMarketCap Listing

> KiteEndpoints.ai - CoinMarketCap Listing 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-15).

Retrieves cryptocurrency listing data from CoinMarketCap, returning market cap, price, and ranking information for crypto assets.

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/coinmarketcap-listing
- 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/kiteendpoints-ai-coinmarketcap-listing-8b66aa5c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tjW8YB10yFlJpGojXMJzG

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-coinmarketcap-listing-8b66aa5c -d '<json body>'
```

Example prompt: Pull the latest CoinMarketCap cryptocurrency listings for me — I want to see the top coins ranked by market cap with their current prices and 24-hour volume.

## When to prefer this

Use this endpoint when you need programmatic access to CoinMarketCap cryptocurrency listings without managing a direct CoinMarketCap API key, paying per request with USDC on Base chain via x402 protocol.

## Known failure modes

- Invalid or missing request parameters returns error response
- CoinMarketCap API upstream outage causes failure
- Payment of 0.17 USDC not received or insufficient funds results in 402 rejection
- Rate limiting from underlying CoinMarketCap API
- Stale or cached data if upstream is delayed

## 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 structured data containing cryptocurrency listings from CoinMarketCap, including coin names, symbols, prices, market capitalizations, rankings, and trading volumes as an API response object.

## 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-coinmarketcap-listing-8b66aa5c/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)
