Date/time math + timezones. op: now | convert | add | diff. Send { op, time?, ti...
https://x402-services-production.up.railway.app/api/datetimeOverview
Date/time math + timezones. op: now | convert | add | diff. Send { op, time?, timezone?, amount?, unit?, to? }.
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": {
"amount": {
"description": "amount for add",
"required": false,
"type": "number"
},
"op": {
"description": "now, convert, add, or diff",
"required": true,
"type": "string"
},
"time": {
"description": "ISO/epoch input time",
"required": false,
"type": "string"
},
"timezone": {
"description": "IANA tz, e.g. America/New_York",
"required": false,
"type": "string"
},
"to": {
"description": "end time for diff",
"required": false,
"type": "string"
},
"unit": {
"description": "s/m/h/d/w for add",
"required": false,
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}