← Back to directory

Check if a specific date is a business day in a given country. Accounts for week...

https://api.strale.io/x402/v2/business-day-check

Overview

Check if a specific date is a business day in a given country. Accounts for weekends and public holidays. Also returns the next business day if the given date is not one.

Protocol x402
Price $0.02
Payment Asset USD Coin
Payment Network eip155:8453
Category uncategorized
Provider strale
Source bazaar
Indexed 2026-08-27 16:12:44

Health

Status healthy
Latency (p50) 144ms
Uptime (30d) 100.0%
Reliability Score 92/100
Last Checked 2026-08-27 19:18:44
Last Healthy 2026-08-27 19:18:44
Consecutive Failures 0

x402 Payment Validation

Payment Requirements Valid
Asset Verified Known USDC
Facilitator

Input Schema

{ "discoverable": true, "method": "GET", "queryParams": { "country_code": { "description": "ISO 2-letter country code", "required": true, "type": "string" }, "date": { "description": "Date to check (YYYY-MM-DD)", "required": true, "type": "string" } }, "type": "http" }

Output Schema

{ "is_business_day": { "type": "boolean" }, "next_business_day": { "type": "string" }, "previous_business_day": { "type": "string" }, "reason": { "type": "string" } }

Recent Health Checks

Time Status HTTP Latency Error
2026-08-27 19:18:44 healthy 402 144ms