# 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-15).

Returns the list of cryptocurrency exchanges supported by CoinStats for portfolio connection (e.g. Binance, Coinbase, Kraken, Bybit, OKX)

## Facts

- Endpoint: GET https://x402.coinstats.app/exchange/support
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-coinstats-app-172896b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AY3nJLqoMQfxYoy4kgydo

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-172896b4
```

Example prompt: Can you pull up the full list of cryptocurrency exchanges that CoinStats supports for portfolio connection — I want to check if Bybit and OKX are on there?

## When to prefer this

Use this endpoint when you need to enumerate which exchanges a user can connect to CoinStats, validate whether a specific exchange is supported before attempting a portfolio sync, or present exchange options to users in a CoinStats integration workflow.

## Known failure modes

- Payment required (402) if x402 payment header is missing or incorrect
- Empty or truncated response if the list is large and pagination is needed
- Network timeout if the CoinStats service is unavailable

## How this service works

CoinStats list of supported cryptocurrency exchanges for portfolio connection (Binance, Coinbase, Kraken, Bybit, OKX, etc.)

## Output

A list of supported cryptocurrency exchanges (such as Binance, Coinbase, Kraken, Bybit, OKX) with their identifiers and connection metadata usable for linking exchange accounts to a CoinStats portfolio.

## 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-172896b4/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)
