{
  "x402Version": 2,
  "id": 7119,
  "slug": "7119",
  "resource": "https://wallet-services-poc-clean-mainnet.3hz-services.workers.dev/fx-rate",
  "description": "Daily reference foreign-exchange rate for any supported fiat currency pair using Frankfurter/ECB reference data. Query base and quote ISO 4217 codes. For conversion, normalization, accounting and reporting; not live trading data.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xEb0f642c1B71Ec3b3594303de1D09EA2532B0f5e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "base": "EUR",
            "quote": "USD"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "base": "EUR",
            "date": "2026-09-16",
            "fetched_at": "2026-09-16T12:00:00.000Z",
            "quote": "USD",
            "rate": 1.1549,
            "rate_type": "daily_reference",
            "source": "Frankfurter",
            "source_url": "https://api.frankfurter.dev/v2/rate/EUR/USD"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {
                  "base": {
                    "default": "EUR",
                    "description": "Three-letter base currency code",
                    "pattern": "^[A-Za-z]{3}$",
                    "type": "string"
                  },
                  "quote": {
                    "default": "USD",
                    "description": "Three-letter quote currency code",
                    "pattern": "^[A-Za-z]{3}$",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "additionalProperties": false,
            "properties": {
              "example": {
                "properties": {
                  "base": {
                    "type": "string"
                  },
                  "date": {
                    "type": "string"
                  },
                  "fetched_at": {
                    "type": "string"
                  },
                  "quote": {
                    "type": "string"
                  },
                  "rate": {
                    "type": "number"
                  },
                  "rate_type": {
                    "type": "string"
                  },
                  "source": {
                    "type": "string"
                  },
                  "source_url": {
                    "type": "string"
                  }
                },
                "required": [
                  "base",
                  "quote",
                  "rate",
                  "date",
                  "source",
                  "source_url",
                  "rate_type",
                  "fetched_at"
                ],
                "type": "object"
              },
              "type": {
                "const": "json",
                "type": "string"
              }
            },
            "required": [
              "type",
              "example"
            ],
            "type": "object"
          }
        },
        "required": [
          "input",
          "output"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "wallet-services-poc-clean-mainnet.3hz-services.workers.dev",
  "lastUpdated": "2026-09-16T21:30:38.932Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-16T21:30:38.713Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "wallet-services-poc-clean-mainnet.3hz-services.workers.dev",
    "manifest_name": "wallet-services-poc-clean-mainnet.3hz-services.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}