# CoinStats Supported Wallet Blockchains List

> CoinStats Supported Wallet Blockchains 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 wallet-connectable blockchains supported by CoinStats, including their connectionId identifiers

## Facts

- Endpoint: GET https://x402.coinstats.app/wallet/blockchains
- 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-d3d9b4db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5Ul1bHHwrC-7OOJPOflbq

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

Example prompt: Can you pull the full list of wallet blockchains that CoinStats supports, including their connectionId values, so I know which networks I can use when connecting a wallet?

## When to prefer this

Use this endpoint when you need to discover which blockchain networks CoinStats supports for wallet connections, or when you need to resolve a blockchain's connectionId before making wallet-related API calls on CoinStats. Prefer this over hardcoding blockchain IDs, as the list may change over time.

## Known failure modes

- Payment failure (402) if x402 USDC payment is not attached
- Network timeout if CoinStats API is unavailable
- Empty or truncated response if the list is large and pagination is required
- Authentication error if payment header is malformed

## How this service works

CoinStats list of supported wallet blockchains and their connectionId identifiers

## Output

A list of blockchain networks supported for wallet connections on CoinStats, each with a name and its associated connectionId identifier used for wallet integration calls.

## 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-d3d9b4db/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)
