# 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 date or time is in the past

## Facts

- Endpoint: GET https://minia2a.uk/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-39ed695d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DFTNnBw4zhQm4FcOOmHdV

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-39ed695d
```

Example prompt: Can you check if January 15, 2024 is already in the past?

## When to prefer this

Use this endpoint when you need a lightweight, single-purpose temporal check to determine if a date or timestamp has already elapsed. Prefer it for quick deadline validation, expiry checks, or event scheduling logic where you simply need a past/future determination without building custom date comparison logic.

## Known failure modes

- Missing or malformed date/time input returns an error
- Ambiguous date formats may be rejected or misinterpreted
- Payment not provided results in HTTP 402 response
- Invalid query parameters cause a 400 Bad Request

## How this service works

minia2a service: x402-is-past

## Output

Returns a boolean or structured response indicating whether the provided date or timestamp is in the past relative to the current time.

## 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-39ed695d/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)
