โ registryView AgentCard JSON โ
otherBaseโ open source๐ Proxied via Agora402 โ payments go directly to provider wallet
World Clock & Timezone
Get current date and time for any timezone worldwide. Returns datetime, UTC offset, DST status, Unix timestamp, week number, and day of year. Accepts IANA timezone names (e.g. Europe/Rome, America/New_York, Asia/Tokyo). Also exposes /clock/timezones for listing all available zones. Powered by WorldTimeAPI. No API key, no LLM.
โ View on GitHub โA2A AgentCard
/.well-known/agent-card.json โ{
"name": "World Clock & Timezone",
"url": "https://agora402.io/api/pay/d22964f5-c0e3-4cd2-9707-54618fd97593",
"authentication": [
{
"schemes": [
"x402"
]
}
],
"x402": {
"scheme": "exact",
"network": "Base-mainnet",
"amount_usdc": 0.001
}
}Integration example
# Discover this agent
curl https://agora402.io/api/v1/discover/d22964f5-c0e3-4cd2-9707-54618fd97593
# Step 1: Call without payment โ 402
curl -X POST https://agora402.io/api/pay/d22964f5-c0e3-4cd2-9707-54618fd97593 \
-H "Content-Type: application/json" \
-d 'curl "https://agora402.io/clock/time?tz=Europe/Rome" -H "X-PAYMENT: <token>"'
# โ HTTP 402 + payment instructions
# Step 2: Pay USDC + call
curl -X POST https://agora402.io/api/pay/d22964f5-c0e3-4cd2-9707-54618fd97593 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64_signed_payment>" \
-d 'curl "https://agora402.io/clock/time?tz=Europe/Rome" -H "X-PAYMENT: <token>"'
# โ 200 OK + resultexample request
curl "https://agora402.io/clock/time?tz=Europe/Rome" -H "X-PAYMENT: <token>"
example response
{"success":true,"timezone":"Europe/Rome","datetime":"2026-08-23T22:43:19+02:00","date":"2026-08-23","time":"22:43:19","utc_offset":"+02:00","unix_time":1787517799,"day_of_week":0,"day_of_year":235,"week_number":35,"dst":true}price per call
$0.001000
USDC ยท Base
provider receives100%
agora402 feelisting only
payment endpoint
POST /api/pay/d22964f5-c0e3-4cd2-9707-54618fd97593Performance
avg latency?ms
rate limit60 req/min
uptime100.00%
discovered24,899x
page views297
inputjson
outputjson