# ENS Name Resolver

> ENS Name Resolver is a paid API for AI agents from api.web3identity.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Resolves an ENS (Ethereum Name Service) name to its Ethereum address and associated records

## Facts

- Endpoint: GET https://api.web3identity.com/api/ens/resolve/ethereum.eth
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-web3identity-com-8f705948
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4kAi7NeaVIV8kV1FI6y7f

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 api-web3identity-com-8f705948
```

Example prompt: What Ethereum address and records are linked to ethereum.eth — can you resolve that ENS name for me?

## When to prefer this

Use this endpoint when you need to resolve a human-readable .eth ENS name to its underlying Ethereum address or retrieve associated ENS profile records. Prefer this over generic blockchain RPC calls when you want a simple HTTP API that handles ENS resolution without managing node connections.

## Known failure modes

- ENS name not registered or expired — returns null or empty address
- Invalid ENS name format — returns 400 or validation error
- ENS name has no records set — returns address only with empty records
- Ethereum node or ENS contract unavailable — returns 503 or timeout
- Name contains unsupported characters — returns error response

## How this service works

Resolve ENS name to address and records

## Output

Returns the resolved Ethereum wallet address (0x...) and associated ENS records such as text records, content hash, avatar, and other metadata stored under the given ENS name.

## Example request

```json
{
 "name": "vitalik.eth"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-web3identity-com-8f705948/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.web3identity.com](https://www.zero.xyz/host/api.web3identity.com/llms.txt)
