# Ethereum ENS Resolution

> Ethereum ENS Resolution is a paid API for AI agents from appearing-clinics-show-wrote.trycloudflare.com, paid per call via x402, price unknown, status down (last checked 2026-09-15).

Resolves Ethereum Name Service (.eth) names to addresses or reverse-resolves addresses to ENS names, with mandatory forward confirmation of reverse records.

## Facts

- Endpoint: GET https://appearing-clinics-show-wrote.trycloudflare.com/ens-sample
- Price: price unknown
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ethereum-ens-resolution-372010b0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LRfJCfa6ToJWXtxi6tmQK

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 ethereum-ens-resolution-372010b0
```

Example prompt: Can you resolve vitalik.eth to its Ethereum address and confirm the reverse record is properly set up?

## When to prefer this

Use this endpoint when you need to resolve .eth ENS names to Ethereum addresses or reverse-resolve addresses to ENS names with mandatory forward confirmation of reverse records. Prefer this over raw RPC calls when you want normalized, verified ENS resolution with built-in forward/reverse confirmation in a single API call.

## Known failure modes

- ENS name does not exist or is not registered
- Reverse record exists but forward confirmation fails (mismatch)
- Input address has no reverse ENS record
- Malformed or non-normalized .eth name
- Network timeout querying Ethereum mainnet
- Rate limiting or payment required beyond free sample

## How this service works

Free live verified vitalik.eth sample. The paid $0.0042 API resolves normalized .eth names or Ethereum addresses, with mandatory forward confirmation of reverse records.

## Output

Returns the resolved Ethereum address for a given .eth name, or the ENS name for a given address, along with forward confirmation status of reverse records to ensure both directions are consistent and verified.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ethereum-ens-resolution-372010b0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from appearing-clinics-show-wrote.trycloudflare.com](https://www.zero.xyz/host/appearing-clinics-show-wrote.trycloudflare.com/llms.txt)
