# NexusAPI Time Conversion

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

Converts time values between timezones or formats via a natural language query

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/tools/convert/time
- Price: $0.128199/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-time-conversion-03bba970
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_65gFWZ9EgAf3MvE_tlPLc

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-time-conversion-03bba970 -d '<json body>'
```

Example prompt: Convert 3:00 PM Eastern Time to UTC and also tell me what that is in Tokyo time.

## When to prefer this

Use this endpoint when an AI agent needs to convert a time between timezones or formats on behalf of a user without managing API keys, paying per call in USDC on Base via x402 protocol. Prefer over free utilities when already embedded in a NexusAPI workflow.

## Known failure modes

- Ambiguous or unparseable query string returns error or unexpected result
- Unrecognized timezone name causes conversion failure
- Missing input time returns 400-style error
- Extremely malformed query may return generic API error 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 the converted time value in the requested timezone or format, likely as a structured object containing the result time string and possibly timezone 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-time-conversion-03bba970/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)
