# AnyAPI CoinMarketCap Listings

> AnyAPI CoinMarketCap Listings is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.045/call, status down (last checked 2026-09-15).

Fetches the latest cryptocurrency listings and market data from CoinMarketCap via a pay-per-request proxy

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/coinmarketcap.listings
- Price: $0.045/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-coinmarketcap-listings-3b9ea67f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QlidHaLYZAr4vMHhqfLC8

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 anyapi-coinmarketcap-listings-3b9ea67f -d '<json body>'
```

Example prompt: Pull the latest CoinMarketCap cryptocurrency listings for me — top 100 coins sorted by market cap — and show me their current prices and 24-hour volume.

## When to prefer this

Choose this endpoint when you need CoinMarketCap listings data without managing a CoinMarketCap API subscription or key — ideal for agents making occasional or ad-hoc crypto market queries, paying only $0.045 per call via USDC with no monthly commitment.

## Known failure modes

- Invalid or missing request parameters return an error response
- Upstream CoinMarketCap API unavailability causes request failures
- Insufficient USDC balance to cover the $0.045 per-call fee results in payment rejection
- Rate limiting or abuse detection by the underlying CoinMarketCap source may cause failures
- Malformed POST body returns a 400-level error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON response containing a list of cryptocurrencies with market data including prices, market caps, trading volumes, percentage changes, and rankings as sourced from CoinMarketCap's listings endpoint.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-coinmarketcap-listings-3b9ea67f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
