# NexusAPI Geo Address Validator

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

Validates a geographic address string, checking whether it is a real, properly formatted, and deliverable address

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/geo/address/validate
- Price: $0.029991/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-validator-a328d3a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mrMLWroFKLSQNlOPd7Qmg

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-validator-a328d3a8 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need to confirm that a user-supplied or data-sourced address is real, deliverable, and properly formatted before storing, shipping, or displaying it. Prefer it over geocoding endpoints when the goal is validation and data quality rather than coordinate lookup. Ideal for e-commerce checkout flows, CRM data hygiene, and lead qualification pipelines.

## Known failure modes

- Malformed or empty address string returns a validation error
- Non-existent or fictitious addresses return invalid/undeliverable status
- Ambiguous addresses (missing city or postal code) may return low-confidence or failed validation
- Non-standard international address formats may not be recognized
- Rate limits or payment failures may result in 402 or 429 HTTP errors

## How this service works

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

## Output

Returns a structured validation result indicating whether the submitted address is valid, correctly formatted, and deliverable, potentially including parsed address components (street, city, state, postal code, country) and any validation errors or suggestions for correction.

## 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-validator-a328d3a8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-virid.vercel.app](https://www.zero.xyz/host/nexus-api-virid.vercel.app/llms.txt)
