# CoinStats Fiat Currencies List

> CoinStats Fiat Currencies 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, last successful call 2026-05-01).

Returns all supported fiat currencies with their exchange rates relative to USD, currency symbols, and flag image URLs

## Facts

- Endpoint: GET https://x402.coinstats.app/fiats
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-05-01
- Success rate: 100% of calls made through Zero
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-coinstats-app-6235bfcc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UopTdaip0HqwIoofAsP2_

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-6235bfcc
```

Example prompt: Can you pull the full list of fiat currencies CoinStats supports, including their exchange rates and symbols, so I can see what options are available for displaying crypto prices?

## When to prefer this

Use this endpoint when you need to display or convert cryptocurrency prices into various fiat currencies, populate a currency selector UI, or validate which fiat denominations are supported by CoinStats. Prefer this over a generic forex API when you are already working within the CoinStats ecosystem for crypto portfolio or market data.

## Known failure modes

- Payment required (402) if USDC payment header is missing or invalid
- Network timeout if CoinStats API is temporarily unavailable
- Empty or partial list if CoinStats data feed is degraded

## How this service works

CoinStats list of supported fiat currencies (USD, EUR, GBP, JPY, etc.) with conversion metadata

## Output

An array of fiat currency objects, each containing the currency code (e.g. 'EUR'), its exchange rate relative to USD, the local currency symbol (e.g. '€'), and a URL to a flag image for that currency.

## 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-6235bfcc/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)
