{
  "x402Version": 2,
  "id": 5907,
  "slug": "5907",
  "resource": "https://402utils.com/v1/ecb-calendar",
  "description": "TARGET2/T2 settlement calendar — the SEPA banking calendar, to predict when a euro transfer settles. TARGET is closed on weekends + six fixed days (New Year, Good Friday, Easter Monday, 1 May, 25 & 26 Dec). ?year= lists the closing days; ?date= says whether it settles (and the next open day); ?date=&addBusinessDays=N returns the value date N settlement days away. The SEPA counterpart of /v1/business-days.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "addBusinessDays": 1,
            "date": "2026-04-03"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "addBusinessDays": 1,
            "asOf": "2026-07-06",
            "date": "2026-04-03",
            "note": "2026-04-03 is Good Friday and 2026-04-06 Easter Monday, both TARGET closing days.",
            "result": "2026-04-07",
            "resultWeekday": "Tuesday",
            "source": "https://www.ecb.europa.eu/paym/target/t2/html/index.en.html",
            "weekday": "Friday"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "description": "Provide ?year= OR ?date= (optionally with ?addBusinessDays=).",
                "properties": {
                  "addBusinessDays": {
                    "description": "With ?date=: shift by N TARGET settlement days (sign = direction, |N| ≤ 3660).",
                    "type": "integer"
                  },
                  "date": {
                    "description": "A date YYYY-MM-DD — check whether it is a settlement day.",
                    "type": "string"
                  },
                  "year": {
                    "description": "Calendar year (1999-2100) — list its closing days.",
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "addBusinessDays": {
                    "type": "integer"
                  },
                  "asOf": {
                    "format": "date",
                    "type": "string"
                  },
                  "closed": {
                    "type": "boolean"
                  },
                  "date": {
                    "type": "string"
                  },
                  "holiday": {
                    "description": "When closed for a holiday: its name.",
                    "type": "string"
                  },
                  "holidays": {
                    "description": "Year mode: the six fixed TARGET closing days.",
                    "items": {
                      "properties": {
                        "date": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "weekday": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "date",
                        "name",
                        "weekday"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "isSettlementDay": {
                    "description": "Date mode: TARGET is open on this day.",
                    "type": "boolean"
                  },
                  "nextSettlementDay": {
                    "description": "Date mode: the next open day when the given date is closed.",
                    "type": "string"
                  },
                  "note": {
                    "type": "string"
                  },
                  "reason": {
                    "description": "When closed: 'weekend' or 'holiday'.",
                    "type": "string"
                  },
                  "result": {
                    "description": "Shift mode: the settlement date N days from the input.",
                    "type": "string"
                  },
                  "resultWeekday": {
                    "type": "string"
                  },
                  "settlementDays": {
                    "description": "Year mode: number of open (settlement) days in the year.",
                    "type": "integer"
                  },
                  "source": {
                    "format": "uri",
                    "type": "string"
                  },
                  "weekday": {
                    "type": "string"
                  },
                  "year": {
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "402utils.com",
  "lastUpdated": "2026-08-24T00:46:19.391Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-24T00:46:19.238Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "402utils.com",
    "manifest_name": "402utils.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"
  }
}