{
  "x402Version": 2,
  "id": 6628,
  "slug": "6628",
  "resource": "https://2s.io/api/calendar/business-days",
  "description": "Holiday-aware business-day calculator for 200+ countries. Three modes: pass start + addDays (signed integer) to shift a date by N business days; pass start + end to count business days between two dates (exclusive of start, inclusive of end); pass start alone to check one date (is it a business day, which holiday, next/previous business day). Query: country (ISO 3166-1 alpha-2), start (YYYY-MM-DD), optional region (subdivision code), addDays XOR end, optional weekend (comma-separated days, default sat,sun — e.g. fri,sat for the Gulf), optional types (holiday types treated as closures, default public,bank). Skipped holidays are itemized in the response. Use for payment terms, SLA deadlines, and delivery-date math.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x2b6D4988Db4723E6908Db86Ab2b8dFBc51FC32C5",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2500",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "TW6ntaGzvj63ZgPjszd4FCGmVTGfzv1MAYZbjYcyWhn",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "2500",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "addDays": "2",
            "country": "US",
            "start": "2026-07-02"
          },
          "type": "http"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "method": {
                "const": "GET"
              },
              "queryParams": {
                "properties": {
                  "addDays": {
                    "description": "Signed business days to add (XOR with end).",
                    "type": "string"
                  },
                  "country": {
                    "description": "ISO 3166-1 alpha-2 country code.",
                    "type": "string"
                  },
                  "end": {
                    "description": "End date YYYY-MM-DD to count business days to (XOR with addDays).",
                    "type": "string"
                  },
                  "region": {
                    "description": "Optional subdivision code, e.g. CA, BY.",
                    "type": "string"
                  },
                  "start": {
                    "description": "Anchor date, YYYY-MM-DD.",
                    "type": "string"
                  },
                  "types": {
                    "description": "Optional holiday types treated as closures. Default public,bank.",
                    "type": "string"
                  },
                  "weekend": {
                    "description": "Optional weekend days, comma-separated. Default sat,sun.",
                    "type": "string"
                  }
                },
                "required": [
                  "country",
                  "start"
                ]
              },
              "type": {
                "const": "http"
              }
            },
            "required": [
              "type",
              "method",
              "queryParams"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "2s.io",
  "lastUpdated": "2026-09-09T13:12:34.106Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-09T13:12:33.776Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "2s.io",
    "manifest_name": "2s.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"
  }
}