# ApexAPI Time Conversion

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

Converts a time value or expression between timezones, formats, or representations

## Facts

- Endpoint: POST https://apex-api-gamma.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/apexapi-time-conversion-9c275d5b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zxycn8U0jfjAhOtzIrCsQ

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 apexapi-time-conversion-9c275d5b -d '<json body>'
```

Example prompt: Convert 3:30pm Eastern Time to Tokyo time — I need to know what time to schedule my call.

## When to prefer this

Use this endpoint when you need to convert a time between timezones or formats within a pay-per-call, no-API-key setup on Base USDC. Best suited for ad hoc agent-driven time conversion without managing credentials.

## Known failure modes

- Invalid or unrecognizable time expression returns an error or empty result
- Ambiguous timezone abbreviations (e.g. CST could be Central or China Standard) may produce incorrect conversions
- Missing target timezone or format may cause incomplete conversion
- Malformed query string results in 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 or reformatted time value, typically including the equivalent time in the target timezone or format, along with relevant timezone or format 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/apexapi-time-conversion-9c275d5b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apex-api-gamma.vercel.app](https://www.zero.xyz/host/apex-api-gamma.vercel.app/llms.txt)
