โ 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 '{"input": "..."}'
# โ 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 '{"input": "..."}'
# โ 200 OK + resultprice 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%
discovered127x
page views150
inputjson
outputjson