{
  "x402Version": 2,
  "id": 5965,
  "slug": "5965",
  "resource": "https://x402.shizu.me/fx",
  "description": "Foreign-exchange rates for 30+ fiat currencies (ECB reference data). Query: base (3-letter code, default USD), symbols (optional comma list, e.g. EUR,GBP,JPY), date (optional YYYY-MM-DD for historical rates back to 1999). Returns {base, date, rates}. Use for currency conversion, international pricing, and FX monitoring.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "base": "USD",
            "symbols": "EUR,GBP,JPY"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "base": "USD",
            "date": "2026-07-07",
            "rates": {
              "EUR": 0.851,
              "GBP": 0.734,
              "JPY": 144.1
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "method": {
                "const": "GET"
              },
              "queryParams": {
                "properties": {
                  "base": {
                    "type": "string"
                  },
                  "symbols": {
                    "type": "string"
                  }
                },
                "required": [
                  "base",
                  "symbols"
                ],
                "type": "object"
              }
            },
            "required": [
              "method"
            ],
            "type": "object"
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402.shizu.me",
  "lastUpdated": "2026-08-30T03:33:59.464Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-30T03:33:59.231Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.shizu.me",
    "manifest_name": "x402.shizu.me",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}