# minia2a x402-is-past

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

Checks whether a given point in time is in the past relative to the current moment

## Facts

- Endpoint: GET https://minia2a.uk/x402/x402-is-past
- Price: $0.01/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-is-past-27070fe0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DDyQ5UFDtV_Pq9sMjZLcx

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-is-past-27070fe0
```

Example prompt: Check if the timestamp '2024-01-15T10:30:00Z' is already in the past — I need to know whether that moment has already occurred.

## When to prefer this

Use this endpoint when you need a reliable, paid server-side determination of whether a point in time has passed — useful in agentic workflows where local clock trust is insufficient, or when you need a consistent external reference for temporal logic without implementing your own time-comparison service.

## Known failure modes

- Invalid or malformed timestamp input returns an error
- Missing required input parameters result in a validation error
- Ambiguous datetime formats may cause parsing failures
- Network timeout or service unavailability

## How this service works

minia2a service: x402-is-past

## Output

Returns an indication of whether the provided datetime or timestamp is in the past relative to the current server time, likely as a boolean or structured response object containing the result of the temporal comparison.

## 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-is-past-27070fe0/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)
