# NexusAPI Geo ETA Estimation

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

Estimates travel time (ETA) between two geographic locations or for a route query

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/geo/eta
- Price: $0.079088/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-geo-eta-estimation-f1c0f0fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__Xq0_X51tiSmM2KFKDmQ2

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-eta-estimation-f1c0f0fb -d '<json body>'
```

Example prompt: How long will it take to drive from downtown San Francisco to Oakland Airport right now?

## When to prefer this

Use this endpoint when an AI agent needs to compute or estimate travel time between two locations without requiring a full navigation service or API key setup, and is willing to pay per call in USDC on Base via x402 protocol.

## Known failure modes

- Unrecognizable or ambiguous location query returns an error or empty result
- Malformed query string causes a 400 bad request
- Geocoding failure if addresses cannot be resolved to coordinates
- Service unavailability returns 5xx error
- Payment failure or insufficient USDC balance returns 402

## 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 an estimated travel time or ETA for the given route or geographic query, likely including duration in minutes and possibly distance or route details.

## 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-eta-estimation-f1c0f0fb/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)
