# CoinStats Live Fiat Currency Exchange Rates

> CoinStats Live Fiat Currency Exchange Rates 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-28).

Returns live exchange rates for all supported fiat currency pairs relative to USD from CoinStats

## Facts

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

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

Example prompt: What are the current live exchange rates for all supported fiat currencies on CoinStats — I need the USD conversion rates for things like EUR, GBP, JPY, and AUD right now.

## When to prefer this

Use this endpoint when you need a broad, real-time snapshot of all supported fiat currency exchange rates relative to USD in a single call, especially within a crypto-portfolio or CoinStats ecosystem context. Prefer this over general forex APIs when already integrated with CoinStats services or when the x402 micropayment model is acceptable.

## Known failure modes

- Payment required (402) if x402 micropayment of $0.001 USDC is not provided
- Service unavailable if CoinStats data feed is down
- Empty or stale rates if upstream exchange rate provider has an outage
- Rate limiting if too many requests are made in a short window

## How this service works

CoinStats live currency exchange rates for supported fiat pairs

## Output

A JSON object mapping fiat currency codes (e.g. AED, EUR, GBP, JPY, AUD, BRL, etc.) to their current exchange rate relative to USD, covering a broad set of global currencies with high-precision float values.

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