# Palmyr DNS Lookup

> Palmyr DNS Lookup is a paid API for AI agents from palmyr.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches the DNS records for the domain coghillavengers.xyz via the Palmyr domain management API

## Facts

- Endpoint: GET https://palmyr.ai/domains/coghillavengers.xyz/dns
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-dns-lookup-f0e1ed4d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pqbEs9pavzsGWnOzXLYKT

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 palmyr-dns-lookup-f0e1ed4d
```

Example prompt: Can you pull up the current DNS records for coghillavengers.xyz using Palmyr?

## When to prefer this

Use this endpoint when you specifically need to query DNS records for the domain coghillavengers.xyz managed through Palmyr. It is suitable for verifying DNS propagation, auditing configuration, or debugging domain-related issues in an automated or agentic workflow. Prefer this over generic DNS resolvers when the domain is registered through Palmyr and you need authoritative record data tied to ownership.

## Known failure modes

- Domain not found or not registered — returns 404 or empty record set
- Unauthorized access if domain is not owned by the calling wallet
- Rate limiting or payment failure on the x402 micropayment layer returning 402
- Malformed query parameters returning 400 error
- DNS records temporarily unavailable due to provider-side outage

## How this service works

Palmyr: GET /domains/coghillavengers.xyz/dns

## Output

Returns the current DNS records associated with the domain coghillavengers.xyz, likely including record types (A, CNAME, MX, TXT, NS, etc.), values, and TTLs as a JSON object.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/palmyr-dns-lookup-f0e1ed4d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from palmyr.ai](https://www.zero.xyz/host/palmyr.ai/llms.txt)
