# The Stall Geocode — x402 Address-to-Coordinates Lookup

> The Stall Geocode — x402 Address-to-Coordinates Lookup is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Converts a human-readable address or place name into geographic coordinates (latitude/longitude) via a pay-per-call x402 USDC micropayment, no API key required.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/geocode
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-geocode-x402-address-to-coordinates-lookup-3da21b80
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F91-4etTa9JOJ2SXatNAu

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-geocode-x402-address-to-coordinates-lookup-3da21b80
```

Example prompt: What are the latitude and longitude coordinates for 1600 Amphitheatre Parkway, Mountain View, CA? Pay the $0.003 USDC fee on Base mainnet — no API key needed.

## When to prefer this

Choose this endpoint when you need no-account, no-API-key geocoding with a simple $0.003 USDC per-call micropayment model on Base mainnet via x402 protocol. Ideal for AI agents that need on-demand address resolution without managing API subscriptions or credentials.

## Known failure modes

- Address not found or ambiguous — no coordinates returned
- Payment failure on Base mainnet — 402 response without valid USDC transaction
- Malformed input properties — schema validation error
- Rate or network issues on Base mainnet causing payment timeout
- Non-geocodable input (e.g. PO Box only, incomplete address)

## How this service works

Forward and reverse geocoding via OpenStreetMap Nominatim. Forward: convert an address or place name to latitude/longitude, bounding box, and OSM metadata. Reverse: convert lat/lon to a structured street address. Supports any location worldwide. Useful for location enrichment, address validation, coordinate lookup, and building location-aware agent flows.

## Output

Returns geographic coordinates (latitude, longitude) and likely a normalized/formatted address for the queried location, delivered after a successful USDC micropayment on Base mainnet.

## 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-geocode-x402-address-to-coordinates-lookup-3da21b80/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)
