# NexusAPI Time Conversion

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

Converts time values between different time zones or formats via a pay-per-call API

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/tools/convert/time
- Price: $0.128098/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-bc4ad919
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2qk2lUMUd6g_HaNF-KWaB

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

Example prompt: Can you convert 3:30pm Eastern Time to Tokyo time for me?

## When to prefer this

Use this endpoint when an agent needs to programmatically convert times between time zones or formats and is already operating in a pay-per-call USDC-on-Base payment environment. It suits agents that need a lightweight utility call without managing API keys.

## Known failure modes

- Invalid or unrecognized time zone name returns an error
- Malformed time string input that cannot be parsed
- Ambiguous query string that doesn't specify source and target zones clearly
- Network or service timeout at the provider

## 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 in the target time zone or format, including the resulting time string and relevant timezone information.

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