# minia2a Domain Due Diligence

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

Returns ownership, reputation, and risk information for a given domain name to support due diligence decisions.

## Facts

- Endpoint: GET https://minia2a.uk/x402/domain-due-diligence
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-domain-due-diligence-4cbebd59
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8iQjnh0jq4BUQcPqM-tFm

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-domain-due-diligence-4cbebd59
```

Example prompt: Can you run due diligence on the domain 'acmecorp.io' — I need to know who owns it, how old it is, and whether it has any reputation or risk issues before we proceed with a partnership?

## When to prefer this

Choose this endpoint when you need a comprehensive, all-in-one domain intelligence snapshot covering ownership, reputation, and risk in a single call for $1 USDC. Prefer it over manual WHOIS lookups when you need risk and reputation signals combined with ownership data, especially in agentic due diligence workflows where cost and latency matter.

## Known failure modes

- Domain not found or unregistered — returns empty or null ownership fields
- Invalid domain format — returns a validation error
- WHOIS data privacy-protected — ownership details may be redacted
- Rate limiting or payment failure — returns 402 or 429 status
- Domain too new to have reputation data — risk indicators may be incomplete

## How this service works

Domain due diligence — ownership, reputation, risk.

## Output

Returns structured due diligence data for the queried domain including ownership details (registrant, registrar), domain age and registration dates, reputation scores, risk indicators (blacklist status, phishing associations, spam history), and an overall risk assessment.

## 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-domain-due-diligence-4cbebd59/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)
