# minia2a x402-domain-intel

> minia2a x402-domain-intel 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).

Retrieves intelligence and metadata about a domain name, such as registration, WHOIS, DNS, and related domain signals.

## Facts

- Endpoint: GET https://minia2a.uk/x402/x402-domain-intel
- 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-domain-intel-3f4ab17a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UH8O0chF_bdiTSt6zQ3OQ

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-domain-intel-3f4ab17a
```

Example prompt: Can you pull up the domain intelligence for example.com — I want to know who registered it, when it was registered, the registrar, and any DNS details you can find?

## When to prefer this

Choose this endpoint when you need quick, pay-per-use domain intelligence (WHOIS, DNS, registrar, registration dates) for a single domain without subscribing to a full threat-intel or domain-data platform. Best suited for agents that occasionally need domain background checks, phishing investigation, or vendor due diligence at low cost ($0.01 per query).

## Known failure modes

- Domain not found or unregistered — returns empty or error response
- Invalid domain format in query params — may return validation error
- Rate limiting or payment failure under x402 protocol — returns 402 or 429
- WHOIS data redacted due to privacy protection — partial results returned
- Timeout if upstream WHOIS/DNS services are slow

## How this service works

minia2a service: x402-domain-intel

## Output

Returns structured domain intelligence including WHOIS registration details, registrar information, domain age, DNS records, nameservers, and other domain-level metadata for the queried domain.

## 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-domain-intel-3f4ab17a/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)
