# NexusAPI Geo ETA

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

Estimates travel time (ETA) between geographic locations based on a query input

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/geo/eta
- Price: $0.018209/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-eta-a85f0e14
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PZc9BGAXpUtxQ7b3KXFlo

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

Example prompt: How long will it take to drive from Union Square in San Francisco to SFO airport right now?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call ETA estimate without managing API keys or subscriptions. Ideal for lightweight agent workflows that occasionally need travel time estimates and want to avoid the overhead of setting up Google Maps or similar services.

## Known failure modes

- Ambiguous or unparseable location query returns an error or empty result
- Unknown or misspelled addresses may fail to resolve
- Network or upstream geo service unavailability causes timeout
- Missing origin or destination in query results in invalid response

## 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 between the specified origin and destination, likely including duration in minutes or hours and possibly distance or route metadata.

## 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-a85f0e14/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)
