# DNS Lookup API (crypto-technicals-x402 host)

> DNS Lookup API (crypto-technicals-x402 host) is a paid API for AI agents from vmi3089643.contaboserver.net, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Performs DNS record lookups for a given domain, returning A, MX, NS, and TXT records

## Facts

- Endpoint: GET https://vmi3089643.contaboserver.net/v1/dns/%7Bdomain%7D
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dns-lookup-api-crypto-technicals-x402-host-2b8daf19
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7kg_v9tfgrMZ505Srv0Di

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 dns-lookup-api-crypto-technicals-x402-host-2b8daf19
```

Example prompt: Can you look up all the DNS records for github.com — I need to see the A records, MX records, nameservers, and any TXT records?

## When to prefer this

Use this endpoint when you need a pay-per-call, programmatic DNS record lookup without managing your own resolver infrastructure; particularly useful for AI agents operating via x402 micropayment flows on Base network.

## Known failure modes

- Domain does not exist — empty arrays or NXDOMAIN equivalent
- Invalid domain format in request — malformed input error
- Network timeout if upstream DNS resolver is slow or unreachable
- Rate limiting or payment failure via x402 protocol if USDC payment is not processed

## How this service works

Pay-per-call crypto technical analysis for AI agents (x402, USDC on Base). Daily trend regime, Donchian levels, ATR stops, signals and backtests computed with the code of a live trend-following bot from Binance spot klines.

## Output

A JSON object containing the domain queried plus arrays of DNS record values for A (IPv4 addresses), MX (mail exchange servers), NS (nameservers), and TXT (text records) entries.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "A": [
   "93.184.216.34"
  ],
  "MX": [],
  "NS": [
   "a.iana-servers.net"
  ],
  "TXT": [],
  "domain": "example.com"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dns-lookup-api-crypto-technicals-x402-host-2b8daf19/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vmi3089643.contaboserver.net](https://www.zero.xyz/host/vmi3089643.contaboserver.net/llms.txt)
