{
  "x402Version": 2,
  "id": 9086,
  "slug": "9086",
  "resource": "https://soren.com/v1/oracle/fx",
  "description": "A signed, timestamped euro reference exchange rate from the European Central Bank, for any pair among the ~30 currencies it publishes. Returns the rate, the ECB reference date, the underlying euro base rates, a SHA-256 of the exact bytes returned, and an Ed25519 signature. Non-EUR pairs are crossed via EUR and that is stated in the response, because it is our calculation and not an ECB figure.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xaDc3A47EFbD82Ed724a0E9A3D08D5A1A8e6586fd",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "base",
      "payTo": "0xaDc3A47EFbD82Ed724a0E9A3D08D5A1A8e6586fd",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "pair": "EURUSD"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "provenance": {
              "observed_at": "<ISO-8601 UTC>",
              "signature": {
                "algorithm": "Ed25519",
                "value": "<base64>"
              },
              "upstream_sha256": "<hex>"
            },
            "source": {
              "name": "European Central Bank",
              "notice": "Available free of charge from the ECB."
            },
            "value": {
              "derivation": "<text>",
              "pair": "EURUSD",
              "rate": "<number>",
              "reference_date": "<YYYY-MM-DD>"
            }
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/oracle/fx",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "pair": {
                    "description": "Six-letter currency pair, e.g. EURUSD. Any pair among the ECB reference currencies; non-EUR pairs are crossed via EUR.",
                    "examples": [
                      "EURUSD"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "pair"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "soren.com",
  "lastUpdated": "2026-08-26T13:10:27.76Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T13:10:26.868Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "soren.com",
    "manifest_name": "soren.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}