# NexusAPI Geo Address Validation

> NexusAPI Geo Address Validation is a paid API for AI agents from nexus-api-peach-nine.vercel.app, paid per call via x402, $0.060722/call, status unknown (last checked 2026-09-15).

Validates a geographic address string to confirm it is real, well-formed, and correctly formatted

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/geo/address/validate
- Price: $0.060722/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-geo-address-validation-74c1e0e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GSGwxAIyDwUlNuzLoulrd

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 nexusapi-geo-address-validation-74c1e0e7 -d '<json body>'
```

Example prompt: Can you check whether '1600 Pennsylvania Avenue NW, Washington DC 20500' is a valid, real deliverable address?

## When to prefer this

Use this endpoint when you need to verify that a user-submitted or programmatically generated address actually exists and is correctly formatted, especially before storing addresses in a database, shipping a package, or sending mail. Prefer this over geocoding-only endpoints when your primary need is validation rather than coordinate lookup.

## Known failure modes

- Address string is ambiguous or incomplete — returns invalid or low-confidence result
- Malformed query input — returns 400 or error object
- Address not found in reference database — returns not-found or invalid status
- Service unavailable or payment not processed — returns 402 or 5xx error

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

A JSON object indicating whether the submitted address is valid, possibly including a normalized form of the address, validation status flags, and any errors found in the input address string.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-geo-address-validation-74c1e0e7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
