# NexusAPI Geo Address Formatter

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

Formats and standardizes a geographic address string into a structured, normalized format

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/geo/address/format
- Price: $0.091725/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-formatter-a9b24671
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tN8MkZlaC_UndeomdrKRI

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-formatter-a9b24671 -d '<json body>'
```

Example prompt: Can you format this address into a proper standardized form: '123 main st new york ny 10001'?

## When to prefer this

Use this endpoint when you need to normalize or standardize a raw or informal address string into a consistent structured format, particularly in workflows that require clean address data for mailing, geocoding, or database storage. Prefer this over geocoding endpoints when you only need formatting, not coordinates.

## Known failure modes

- Invalid or unrecognizable address string returns an error or empty result
- Ambiguous address with multiple interpretations may return incorrect formatting
- Very short or incomplete address queries may fail to parse
- Non-geographic query strings may return unexpected results
- Payment failure (402) if USDC balance is insufficient

## 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 structured or normalized representation of the input address, likely including standardized street, city, state, postal code, and country components in a consistent format.

## 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-formatter-a9b24671/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)
