# minia2a x402-dns

> minia2a x402-dns is a paid API for AI agents from minia2a.uk, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Performs DNS lookups or domain name resolution queries via a paid x402 micropayment endpoint

## Facts

- Endpoint: GET https://minia2a.uk/x402/x402-dns
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-x402-dns-0e53dd2f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SYon3O4CO3a72CVZkQPqw

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-dns-0e53dd2f
```

Example prompt: Can you do a DNS lookup for example.com and get me its A records?

## When to prefer this

Choose this endpoint when you need programmatic DNS resolution within an agent workflow and are already operating in an x402 micropayment environment on minia2a.uk. Useful for lightweight, pay-per-query DNS lookups without needing to set up or manage DNS resolver infrastructure directly.

## Known failure modes

- Domain does not exist or is unregistered — returns NXDOMAIN or empty result
- Invalid query type parameter — may return error or unexpected results
- Network timeout reaching upstream DNS resolver — returns error response
- Malformed query parameters — returns 400-level error
- Payment not processed — returns 402 Payment Required

## How this service works

minia2a service: x402-dns

## Output

Returns DNS query results for the requested domain, including record types such as A, AAAA, MX, TXT, CNAME, or NS records depending on the query type specified, structured as a JSON response object.

## 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-dns-0e53dd2f/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)
