# Palmyr DNS Lookup for coghill.xyz

> Palmyr DNS Lookup for coghill.xyz 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).

Retrieves the DNS records for the domain coghill.xyz via the Palmyr autonomous infrastructure API.

## Facts

- Endpoint: GET https://palmyr.ai/domains/coghill.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-for-coghill-xyz-5c48cef9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BfGfveBhxnC8X_ZqDAgv3

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-for-coghill-xyz-5c48cef9
```

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

## When to prefer this

Use this endpoint when you specifically need to retrieve DNS records for the domain coghill.xyz through Palmyr's x402 pay-per-call infrastructure, particularly in agentic workflows that already use Palmyr for autonomous infrastructure management and pay with USDC on Solana or Base.

## Known failure modes

- Domain not found or not registered — empty or error response
- Authentication/wallet authorization failure — 402 or 401 error
- Network timeout or Palmyr infrastructure unavailability
- Invalid query parameters causing a 400 bad request

## How this service works

Palmyr: POST /domains/coghill.xyz/dns

## Output

Returns the current DNS records associated with coghill.xyz, which may include A, AAAA, CNAME, MX, TXT, NS, and other record types reflecting the domain's DNS configuration.

## 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-for-coghill-xyz-5c48cef9/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)
