# CoinStats Live Cryptocurrency List

> CoinStats Live Cryptocurrency List is a paid API for AI agents from x402.coinstats.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns a list of all cryptocurrencies with live market data including price, volume, market cap, rank, and percentage changes

## Facts

- Endpoint: GET https://x402.coinstats.app/coins
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-coinstats-app-7e44d830
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_52AsGjCsMTzUkjakW074Y

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 x402-coinstats-app-7e44d830
```

Example prompt: Pull the full CoinStats list of all cryptocurrencies with their live prices, market caps, 24-hour volume, and percentage changes right now.

## When to prefer this

Use this endpoint when you need a broad, ranked snapshot of the entire cryptocurrency market with live pricing data — especially when you want multi-metric data (price, volume, market cap, rank, % changes) across all coins in a single call rather than querying individual coin endpoints.

## Known failure modes

- 402 Payment Required if x402 USDC micropayment not included
- Empty or truncated response if pagination parameters are out of range
- Rate limiting if called too frequently
- Stale data if CoinStats upstream feed is delayed

## How this service works

CoinStats list of all cryptocurrencies with live market data — price, volume, market cap, rank, % changes

## Output

A paginated list of cryptocurrency objects each containing coin name, symbol, current price in USD, market cap, 24h trading volume, 24h/7d/30d percent price changes, and market rank — drawn from CoinStats live market feed.

## Example request

```json
{}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-coinstats-app-7e44d830/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.coinstats.app](https://www.zero.xyz/host/x402.coinstats.app/llms.txt)
