# Domain RDAP Lookup

> Domain RDAP Lookup is a paid API for AI agents from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai, paid per call via x402, $0.002488/call, status unknown (last checked 2026-09-14).

Retrieves RDAP domain registration data including registrar, creation/expiry dates, and nameservers for any domain name

## Facts

- Endpoint: POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-domain-info
- Price: $0.002488/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/domain-rdap-lookup-8233621a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N2a5E_SnU3kxTnwSPSWK5

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 domain-rdap-lookup-8233621a -d '<json body>'
```

Example prompt: Can you look up the RDAP registration info for openai.com — I want to see the registrar, when it was created and expires, and its nameservers?

## When to prefer this

Use this endpoint when you need structured, machine-readable RDAP domain registration metadata (registrar, dates, nameservers) without needing an API key or account. Prefer it over traditional WHOIS scrapers when you want a paid-per-call, deterministic lookup settled in USDC on Base, especially in agentic workflows where WHOIS parsing is unreliable.

## Known failure modes

- Domain not found or unregistered — returns empty or error response
- Invalid domain format in request string — may return validation error
- TLD not supported by RDAP bootstrap — incomplete or no data returned
- x402 payment failure — call not executed if USDC payment not settled
- Network timeout reaching upstream RDAP registry

## How this service works

Domain RDAP Lookup: RDAP domain lookup: registrar, dates, nameservers Executed deterministically by the AmanChain node against live consensus state (real blocks, pools, balances) — paid per call via x402, settled in USDC on Base. Input: JSON body {"serviceId":"aman-domain-info","request":"<input>"}. No account, no API key.

## Output

Returns structured RDAP domain data including the registrar name, domain creation date, last updated date, expiry/deletion date, current domain status flags, and authoritative nameservers for the queried domain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "example": {
      "ok": true
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/domain-rdap-lookup-8233621a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai](https://www.zero.xyz/host/preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/llms.txt)
