# DataVault Time — Current Time by Timezone

> DataVault Time — Current Time by Timezone is a paid API for AI agents from zetdatavault.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns the current date and time for a given timezone

## Facts

- Endpoint: POST https://zetdatavault.vercel.app/api/time
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/datavault-time-current-time-by-timezone-5b2b473c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wC5iTQOU_Gg8CE56OfPfk

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 datavault-time-current-time-by-timezone-5b2b473c -d '<json body>'
```

Example prompt: What's the current time in the America/New_York timezone?

## When to prefer this

Use this endpoint when you need the current real-world time for a specific timezone, especially in a pay-per-call context using USDC on Base. Prefer this over system clock calls when you need authoritative server-side time or when operating in an agentic workflow that already uses the DataVault ecosystem.

## Known failure modes

- Invalid or unrecognized timezone string returns an error or empty data
- Missing timezone parameter may default to UTC or return an error
- Network or server unavailability returns a non-200 response
- Malformed request body returns a validation error

## How this service works

54 endpoints spanning local tools, live data feeds, and AI-powered text processing. Pay-per-call with USDC on Base.

## Output

Returns a JSON object with a 'success' boolean and a 'data' object containing the current date and time information for the requested timezone.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "timezone": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/datavault-time-current-time-by-timezone-5b2b473c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from zetdatavault.vercel.app](https://www.zero.xyz/host/zetdatavault.vercel.app/llms.txt)
