{
  "x402Version": 2,
  "id": 5362,
  "slug": "5362",
  "resource": "https://api.certaindata.ai/ca054d66abad4d6ea80ba43013b61743-cd/fx-rate/fx/:base/:quote",
  "description": "Mid-market reference rate for a base/quote currency pair, from the European Central Bank.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9A4fb84633C690e422c33491D1FCC319849E6BB0",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "7000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "base": "string",
            "quote": "string"
          },
          "queryParams": {
            "date": "string"
          },
          "type": "http"
        },
        "output": {
          "example": {},
          "type": "json"
        }
      },
      "routeTemplate": "/ca054d66abad4d6ea80ba43013b61743-cd/fx-rate/fx/:base/:quote",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "base": {
                    "description": "Base currency as a 3-letter ISO code, e.g. EUR.",
                    "type": "string"
                  },
                  "quote": {
                    "description": "Quote currency as a 3-letter ISO code, e.g. USD.",
                    "type": "string"
                  }
                },
                "required": [
                  "base",
                  "quote"
                ],
                "type": "object"
              },
              "queryParams": {
                "properties": {
                  "date": {
                    "description": "Optional. A specific date (YYYY-MM-DD) for a historical rate, e.g. 2026-01-01. Omit for the latest.",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "pathParams"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.certaindata.ai",
  "lastUpdated": "2026-08-28T14:16:38.37Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-28T14:16:37.394Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.certaindata.ai",
    "manifest_name": "api.certaindata.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}