# G10 FX Dashboard – ECB Spot Rates vs USD

> G10 FX Dashboard – ECB Spot Rates vs USD is a paid API for AI agents from agent402.tools, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns a snapshot of all nine G10 spot exchange rates quoted against USD using ECB reference rates, plus a USD-strength index derived from the geometric mean of inverse rates.

## Facts

- Endpoint: GET https://agent402.tools/api/fx-dashboard
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/g10-fx-dashboard-ecb-spot-rates-vs-usd-128b5d69
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FD3_GykBcCqAhgKwTXQvz

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 g10-fx-dashboard-ecb-spot-rates-vs-usd-128b5d69
```

Example prompt: What are the current spot rates for all G10 currencies against the dollar, and how does the USD strength index look right now?

## When to prefer this

Choose this endpoint when you need a reliable, single-call snapshot of all nine G10 spot FX rates versus USD sourced from ECB reference rates, especially when you also want the pre-computed USD-strength index. Prefer it over generic quote endpoints when you need the full G10 basket in one shot rather than querying individual pairs, and when ECB reference data (rather than real-time interbank mid-rates) is acceptable.

## Known failure modes

- ECB data feed unavailable or delayed — stale or missing rates returned
- Upstream ECB reference rate source temporarily down — service may return 5xx or cached values
- Rate limits or payment failure (x402) — HTTP 402 if USDC payment not processed
- Network timeout if ECB feed is slow to respond

## How this service works

Snapshot of all G10 spot exchange rates quoted against USD (EUR, GBP, JPY, CHF, CAD, AUD, NZD, SEK, NOK) using ECB reference rates. Includes the USD-strength index (simple geometric mean of inverse rates). No params.

## Output

A JSON object containing the nine G10 spot exchange rates (EUR, GBP, JPY, CHF, CAD, AUD, NZD, SEK, NOK) each quoted against USD using ECB reference data, plus a USD-strength index computed as the simple geometric mean of the inverse rates — all in a single no-parameter response.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "base": "USD",
  "date": "2026-06-12",
  "rates": {
   "EUR": 0.91,
   "GBP": 0.78
  },
  "source": "ECB via Frankfurter",
  "usdStrengthIndex": 1.04
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/g10-fx-dashboard-ecb-spot-rates-vs-usd-128b5d69/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent402.tools](https://www.zero.xyz/host/agent402.tools/llms.txt)
