H
$0.005
per call · USD Coin on Base
Business-day count excluding weekends and full-day Public or Bank holidays; Optional and HalfDay observances remain business days.
Endpoint
GET https://holidays.use.x402atlas.com/business-days3
Calls / 30d
2
Unique payers / 30d
Sep 1
Last called
exact
Payment scheme
Call this service
TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://holidays.use.x402atlas.com/business-days", {
method: "GET",
});
const data = await res.json();cURL
curl -X GET \
"https://holidays.use.x402atlas.com/business-days?country=DE&from=2026-01-01&language=EN&subdivision=DE-BE&to=2026-01-10" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"business_days": 6,
"country": "DE",
"from": "2026-01-01",
"holiday_weekdays": 1,
"queried_at": "2026-07-27T12:00:00Z",
"subdivision": "DE-BE",
"to": "2026-01-10",
"total_days": 10,
"weekend_days": 3
}Payment details
Pay to
0x8c128f1ee62bb5e47867cfbae2ad89be325df1b2Asset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase, Arbitrum, Polygon
Schemesexact
Is this your API?
Pin it to the top of Developer Tools and the homepage with a featured placement.
More from Holiday Calendar API & similar services
H
Holiday Calendar API · Check
holidays.use.x402atlas.com
Holiday date check by country or subdivision — determine whether one ISO date is an official public holiday.
GETBaseDeveloper Tools
$0.005 / call11 calls / 30d
H
Holiday Calendar API · ADD Business Days
holidays.use.x402atlas.com
Add business days while skipping weekends and full-day Public or Bank holidays; Optional and HalfDay observances are retained.
GETBaseDeveloper Tools
$0.005 / call11 calls / 30d
H
Holiday Calendar API · Next
holidays.use.x402atlas.com
Next official public holiday after a date for a supported country or regional subdivision.
GETBaseDeveloper Tools
$0.005 / call4 calls / 30d