Wallets Demo Weather
GET wallets-demo-seller-server.agent-payments-testing.workers.dev/weather
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Real-time current weather conditions for a city or location, including temperature, humidity, precipitation, wind, and a human-readable condition.
Resource: wallets-demo-seller-server.agent-payments-testing.workers.dev/weather
Network: eip155:84532 · Asset: 0x036CbD53842c5426634e7929541eC2318f3dCF7e · Pay to: 0xCBd4E4218B2Cd8300f1bd07b9B4B720fAb6B51B3
Payment methods: — · Last validation: 2026-09-14 16:46:59.813+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"location"
],
"properties": {
"location": {
"type": "string",
"minLength": 2,
"description": "City, postal code, or location name to geocode before fetching weather. Examples: San Francisco, Berlin, Tokyo."
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"location",
"current",
"source",
"fetchedAt"
],
"properties": {
"source": {
"type": "string"
},
"current": {
"type": "object"
},
"location": {
"type": "object"
},
"fetchedAt": {
"type": "string",
"format": "date-time"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
"extra": {
"name": "USDC",
"version": "2"
},
"payTo": "0xCBd4E4218B2Cd8300f1bd07b9B4B720fAb6B51B3",
"amount": "1000",
"scheme": "exact",
"network": "eip155:84532",
"maxTimeoutSeconds": 300
},
"asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
"payTo": "0xCBd4E4218B2Cd8300f1bd07b9B4B720fAb6B51B3",
"scheme": "exact",
"network": "eip155:84532",
"amountAtomic": "1000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.