# minia2a x402-time

> minia2a x402-time is a paid API for AI agents from minia2a.uk, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns the current time (and likely timezone/UTC details) via a paid x402 HTTP endpoint

## Facts

- Endpoint: GET https://minia2a.uk/x402/time
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-x402-time-60010125
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VC7DEc8KDHaxJetzGcgs2

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 minia2a-x402-time-60010125
```

Example prompt: What's the current time right now? Use the minia2a x402-time service to fetch a trusted timestamp.

## When to prefer this

Use this endpoint when you need a simple, externally-sourced current timestamp and are operating in an x402-payment-enabled agent context. Prefer it over system clocks when a trusted or third-party-verified time source is needed.

## Known failure modes

- Payment not included or invalid — 402 Payment Required response
- Network timeout if the service is unavailable
- Malformed request parameters causing a 400 error
- Service downtime resulting in 503 or connection refused

## How this service works

minia2a service: x402-time

## Output

A response containing the current time, likely including UTC timestamp, date, and possibly timezone metadata, returned as a JSON object.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "method": {
     "type": "string"
    },
    "bodyType": {
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minia2a-x402-time-60010125/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from minia2a.uk](https://www.zero.xyz/host/minia2a.uk/llms.txt)
