← Back to directory

Add/subtract business days (skips weekends + given holidays). Send { start?, add...

https://x402-services-production.up.railway.app/api/business-days

Overview

Add/subtract business days (skips weekends + given holidays). Send { start?, addDays, holidays?, timezone? }.

Protocol x402
Price $0.0010
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider x402-services-production
Source bazaar
Indexed 2026-07-14 19:15:35

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "bodyFields": { "addDays": { "description": "Business days to add (can be negative)", "required": true, "type": "number" }, "holidays": { "description": "Array of YYYY-MM-DD holiday strings", "required": false, "type": "object" }, "start": { "description": "ISO start date, default now", "required": false, "type": "string" }, "timezone": { "description": "IANA tz", "required": false, "type": "string" } }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }