# CoinStats Supported Exchanges List

> CoinStats Supported Exchanges 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 cryptocurrency exchanges supported by CoinStats, including their metadata

## Facts

- Endpoint: GET https://x402.coinstats.app/tickers/exchanges
- 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-b57f551a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UYulok-7_dWkMwI6PB0wc

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-b57f551a
```

Example prompt: Can you pull up the full list of cryptocurrency exchanges that CoinStats supports, along with their metadata?

## When to prefer this

Use this endpoint when you need to discover which cryptocurrency exchanges are available within the CoinStats ecosystem, validate whether a specific exchange is supported, or build a UI that lets users pick an exchange to connect. Prefer this over manual research when building integrations with CoinStats portfolio tracking features.

## Known failure modes

- Payment not provided or insufficient USDC balance — 402 Payment Required
- Network timeout on large response payload
- Malformed or empty response if upstream CoinStats data is unavailable

## How this service works

CoinStats list of supported cryptocurrency exchanges with metadata

## Output

A list of supported cryptocurrency exchanges with associated metadata such as exchange names, IDs, and other descriptive fields. Response is a large dataset (~49KB) containing all exchanges CoinStats integrates with.

## Example request

```json
{}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-coinstats-app-b57f551a/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)
