{
  "x402Version": 1,
  "id": 8533,
  "slug": "8533",
  "resource": "https://api.strale.io/x402/exchange-rate",
  "description": "Get current exchange rate between two currencies using ECB data. Supports all major currencies. Returns rate, inverse rate, and date.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "21600",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "from": {
              "description": "Source currency (ISO 4217, e.g. USD)",
              "required": true,
              "type": "string"
            },
            "to": {
              "description": "Target currency (ISO 4217, e.g. EUR)",
              "required": true,
              "type": "string"
            }
          },
          "type": "http"
        },
        "output": {}
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.strale.io",
  "lastUpdated": "2026-09-18T03:57:23.601Z",
  "quality": {
    "calls30d": 25,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-18T03:57:23.299Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.strale.io",
    "manifest_name": "api.strale.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}