# PrimeAPI Time Zone Converter

> PrimeAPI Time Zone Converter is a paid API for AI agents from prime-api-seven.vercel.app, paid per call via x402, $0.128199/call, status unknown (last checked 2026-09-15).

Converts a time from one timezone to another given a natural language or structured query

## Facts

- Endpoint: POST https://prime-api-seven.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/primeapi-time-zone-converter-ca014f8e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tBYpXvtxIEKABd9OWKweR

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 primeapi-time-zone-converter-ca014f8e -d '<json body>'
```

Example prompt: Can you convert 3:00 PM Eastern Standard Time to Japan Standard Time for me?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call timezone conversion without managing API keys, especially within a workflow already using the PrimeAPI ecosystem on Base chain. It is suitable for one-off conversions or agent-driven scheduling tasks where USDC micropayment billing is acceptable.

## Known failure modes

- Unrecognized timezone name or abbreviation returns an error or null result
- Ambiguous time query without a clear source timezone may produce incorrect output
- Invalid time format in query string may result in a parsing error
- Network timeout on the Vercel-hosted endpoint under load
- Missing or malformed query field returns a 400-level error

## 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 timezone, potentially including the offset, formatted local time string, and relevant timezone metadata for the queried conversion.

## 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/primeapi-time-zone-converter-ca014f8e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prime-api-seven.vercel.app](https://www.zero.xyz/host/prime-api-seven.vercel.app/llms.txt)
