GET /v1/timeCurrent time in any IANA time zone, or convert a date-time between zones. Returns ISO time, UTC offset, DST flag, weekday.
Price: $0.001 per call, paid in USDC on Base via x402. No API key or signup.
npx x402-fetch "https://tools.anokha.space/v1/time?tz=Asia%2FKolkata&at=2026-10-01T09%3A30&from_tz=America%2FNew_York"
{
"tz": "Asia/Kolkata",
"iso": "2026-10-01T19:00:00+05:30",
"utc_offset_hours": 5.5,
"dst": false
}
The first request returns HTTP 402 with a PAYMENT-REQUIRED header. An x402 client signs a USDC authorization and retries with a PAYMENT-SIGNATURE header. You are charged only when the call succeeds.