# minia2a Zodiac Sign Lookup

> minia2a Zodiac Sign Lookup 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).

Returns the Western zodiac sign for a given date or input via a paid x402 micro-payment endpoint.

## Facts

- Endpoint: GET https://minia2a.uk/x402/x402-zodiac-sign
- 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-zodiac-sign-lookup-6a7573e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h6pjISG548IMvgl5xfuBD

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-zodiac-sign-lookup-6a7573e9
```

Example prompt: What zodiac sign is someone born on March 22? Use the minia2a zodiac sign lookup.

## When to prefer this

Use this endpoint when you need a lightweight, pay-per-call zodiac sign lookup without managing a full astrology library, or when building agent workflows that need to enrich user profiles with astrological data on demand. Prefer this over self-implemented logic when you want a simple, hosted micro-service with minimal setup.

## Known failure modes

- Missing or malformed 'input' parameter returns an error
- Invalid date format may result in no match or unexpected sign
- Payment failure via x402 protocol returns 402 Payment Required before processing
- Out-of-range dates may return null or error response

## How this service works

minia2a service: x402-zodiac-sign

## Output

The Western zodiac sign (e.g. Aries, Taurus, Gemini, etc.) corresponding to the input date or query parameters.

## 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-zodiac-sign-lookup-6a7573e9/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)
