{
  "x402Version": 2,
  "id": 8667,
  "slug": "8667",
  "resource": "https://workbot1.oddsys.org/fx",
  "description": "Live foreign-exchange reference rates (European Central Bank daily fixes, ~30 major currencies): any cross-rate from any base, optional amount conversion. Refreshed daily; response carries the rate date.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x15459498e1191d8787c83177809bd54022fA18c4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "amount": 100,
            "base": "USD",
            "symbols": [
              "EUR",
              "GBP",
              "JPY"
            ]
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "body": {
            "base": "string",
            "date": "string (rate date, ECB daily fix)",
            "rates": "object — code -> rate, or code -> { rate, converted } when amount given",
            "source": "string (attribution)"
          },
          "bodyType": "json",
          "example": {
            "amount": 100,
            "base": "USD",
            "date": "2026-08-14",
            "rates": {
              "EUR": {
                "converted": 86.452,
                "rate": 0.86452
              },
              "GBP": {
                "converted": 74.41,
                "rate": 0.7441
              }
            },
            "source": "European Central Bank reference rates (attribution required if redistributed)"
          }
        }
      },
      "routeTemplate": "/fx",
      "schema": {
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "description": "ALL fields optional — an empty (or absent) body returns all ~30 rates vs EUR.",
                "properties": {
                  "amount": {
                    "description": "Optional amount to convert at each rate.",
                    "type": "number"
                  },
                  "base": {
                    "description": "ISO 4217 base currency (default EUR).",
                    "type": "string"
                  },
                  "symbols": {
                    "description": "Target currency codes (default: all ~30).",
                    "items": {
                      "type": "string"
                    },
                    "maxItems": 50,
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "workbot1.oddsys.org",
  "lastUpdated": "2026-09-17T03:56:22.074Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-17T03:56:19.752Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "workbot1.oddsys.org",
    "manifest_name": "workbot1.oddsys.org",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}