# CoinMarketCap Listing Lookup via KiteEndpoints

> CoinMarketCap Listing Lookup 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 cryptocurrency listing data from CoinMarketCap, returning market information such as prices, rankings, and market caps for crypto assets.

## Facts

- Endpoint: POST https://kite-endpoints.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/coinmarketcap-listing-lookup-via-kiteendpoints-feca00c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eqFTJtpKrrTnKJtPBFrS-

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-listing-lookup-via-kiteendpoints-feca00c4 -d '<json body>'
```

Example prompt: Pull the latest CoinMarketCap cryptocurrency listings and show me the top coins ranked by market cap, including their current prices and 24-hour volume.

## When to prefer this

Choose this endpoint when you need CoinMarketCap-sourced cryptocurrency listing data (prices, rankings, market cap) and want to pay per request in USDC without managing a CoinMarketCap API key directly. It is suitable for spot lookups and one-off queries rather than high-frequency streaming data needs.

## Known failure modes

- Invalid or missing parameters return an error result object
- CoinMarketCap API rate limit exceeded causing upstream failure
- Network timeout from the proxy layer results in no response
- Malformed request body returns a generic error
- Upstream CoinMarketCap outage causes service unavailability

## 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 CoinMarketCap listing data, which typically includes cryptocurrency names, symbols, price in USD, market capitalization, 24-hour trading volume, percentage price changes, and CMC rank for the queried assets.

## 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-listing-lookup-via-kiteendpoints-feca00c4/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)
