# 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 zodiac sign corresponding to a given date or birth date input via a simple GET query

## Facts

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

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-b10edf00
```

Example prompt: What's the zodiac sign for someone born on March 15? Use the zodiac sign lookup to find out.

## When to prefer this

Choose this endpoint when you need a lightweight, low-cost ($0.01 USDC) programmatic lookup of zodiac signs by date, especially within an x402 payment-enabled agentic workflow, without needing a full astrology API.

## Known failure modes

- Missing or malformed date input returns an error
- Invalid date format may result in unexpected output or error
- Network or payment (x402) failure prevents response
- Ambiguous cusp dates (e.g. exact boundary dates) may vary by astrological tradition

## How this service works

minia2a service: x402-zodiac-sign

## Output

Returns the zodiac sign (e.g. Aries, Taurus, Gemini, etc.) associated with the provided date or birth date input.

## 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-b10edf00/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)
