{
  "format": "delx/intent-card/v1",
  "id": "holidays-api",
  "intent": "us federal holidays for a year",
  "title": "US federal holidays API for agents",
  "description": "List observed US federal holidays for a year for $0.002.",
  "keywords": [
    "holidays API",
    "US federal holidays",
    "calendar holidays",
    "x402 holidays"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/holidays-api",
  "machine_url": "https://commerce.delx.ai/intents/holidays-api.json",
  "recommendation": {
    "tool_name": "util_holidays",
    "service_name": "Delx Holidays",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/holidays",
    "price_usdc": "0.002",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "year": {
          "type": "integer",
          "minimum": 1971,
          "maximum": 2100
        },
        "calendar": {
          "type": "string",
          "enum": [
            "us_federal"
          ],
          "default": "us_federal"
        }
      },
      "required": [
        "year"
      ],
      "additionalProperties": true
    },
    "example_input": {},
    "example_output": {},
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/holidays -m POST -H 'x-delx-source: intent-card-holidays-api' --max-amount 0.002 -b '{}'",
      "max_amount_usdc": "0.002"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-holidays-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/holidays"
  }
}
