FX reference rates
fx_reference_ratesEuropean Central Bank reference foreign-exchange rates for a chosen base currency, with the ECB observation date. Refreshed automatically by a Worker cron from Frankfurter. These are daily reference rates, not live tradable quotes, and every response carries snapshot.captured_at and snapshot.age_hours. Costs $0.005 USDC per call via x402 on Base; an unpaid call returns the payment challenge instead of data, and a call that returns no data is never settled so it costs nothing. Equivalent HTTP route: GET /fx.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Base currency ISO-4217 (default USD) Example: 'USD'. | |
| as_of | No | Return the stored capture in effect at this UTC date or ISO timestamp instead of the latest one (append-only history; not subject to the freshness limit) Example: 'undefined'. | |
| symbols | No | Comma-separated target currencies Example: 'EUR,GBP,JPY'. |