# The Stall Weather Data — x402 Intelligence Marketplace

> The Stall Weather Data — x402 Intelligence Marketplace is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.007/call, status unknown (last checked 2026-09-14).

Returns weather data for a given location via a pay-per-call USDC micropayment API, requiring no account or API key.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/weather
- Price: $0.007/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-weather-data-x402-intelligence-marketplace-4e5e110f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TbZKypA2y76bux4Jm0BZP

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability the-stall-weather-data-x402-intelligence-marketplace-4e5e110f
```

Example prompt: What's the current weather in Chicago, Illinois right now? Use the pay-per-call weather service — no API key needed, just pay the small USDC fee.

## When to prefer this

Prefer this endpoint when you need weather data without setting up accounts or API keys, and are comfortable with USDC micropayments on Base mainnet via the x402 protocol. Ideal for AI agents that need lightweight, pay-as-you-go weather lookups with minimal onboarding friction.

## Known failure modes

- Insufficient USDC balance — payment fails and 402 status returned
- Invalid or unrecognized location properties — returns empty or error response
- Network issues connecting to Base mainnet for payment settlement
- Malformed input schema — missing required location properties field
- Service unavailability — one of 210 services on the chassis may be temporarily down

## How this service works

Current weather conditions and 7-day daily forecast for any location worldwide. Input a city name, coordinates, or address. Returns temperature (°C), humidity, wind speed, precipitation, weather code, and a forecast with high/low temps and precipitation totals. Free upstream: Open-Meteo (no API key, no rate limits). Useful for DeFi agents tracking energy markets (cold → heating demand → gas prices), agricultural commodity prediction markets, or natural disaster risk assessment for on-chain insu

## Output

Returns weather data (conditions, temperature, and related meteorological information) for the specified location, delivered after a $0.007 USDC micropayment on Base mainnet via x402 protocol.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-weather-data-x402-intelligence-marketplace-4e5e110f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
