# Stratalize FX Rate Benchmark

> Stratalize FX Rate Benchmark is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns live currency pair rates (USD/EUR, JPY, GBP, CNY, CAD, MXN) and DXY broad trade-weighted index with weekly change, sourced from FRED daily and cryptographically signed via ML-DSA-65.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/fx-rate-benchmark
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-fx-rate-benchmark-45d65af2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rVh4wIPP34uk5R6J5Xu-q

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 stratalize-fx-rate-benchmark-45d65af2
```

Example prompt: Can you pull the latest FX rate benchmark using USD as the base currency — I need the DXY broad trade-weighted index level, major pairs like EUR, JPY, GBP, CNY, and the weekly percent change, all with the cryptographic signature so I can verify the data?

## When to prefer this

Use this endpoint when you need cryptographically signed, independently verifiable FX rate benchmarks sourced from FRED for treasury, international exposure analysis, or macro pricing — especially when auditability and data provenance are required. Prefer over generic FX APIs when the ML-DSA-65 signature and FRED sourcing are important to downstream compliance or model integrity.

## Known failure modes

- Unsupported base currency (only USD, EUR, GBP accepted) returns validation error
- FRED data feed delay may cause stale rates during off-hours
- Payment failure ($0.02 USDC via x402) blocks data return
- Signature verification failure at trust.stratalize.com/verify if receipt is corrupted

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Live FX rate benchmark for treasury, pricing, and international exposure — returns USD/EUR, JPY, GBP, CNY, CAD, MXN, DXY broad TWI, carry spread, and weekly change. Source: FRED daily

## Output

Returns live currency pair rates for USD/EUR, JPY, GBP, CNY, CAD, MXN, the DXY broad trade-weighted index level, carry spread, and weekly percent change — all sourced from FRED daily data and accompanied by an ML-DSA-65 cryptographic signature with a verifiable receipt link at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "base_currency": {
   "enum": [
    "USD",
    "EUR",
    "GBP"
   ],
   "type": "string",
   "description": "Request parameter: base currency"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-fx-rate-benchmark-45d65af2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
