# 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-14).

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

## Facts

- Endpoint: GET https://api.web3identity.com/api/ens/resolve/coinbase.eth
- 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/api-web3identity-com-9917a132
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IWyz__VaAOa1OX_znV5uc

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-9917a132
```

Example prompt: What Ethereum wallet address does coinbase.eth resolve to, and can you also pull back any text records attached to it?

## When to prefer this

Use this endpoint when you need to programmatically resolve a human-readable ENS name (e.g. coinbase.eth) to its canonical Ethereum address or retrieve its on-chain records. Prefer this over manual RPC calls when you need a simple REST interface to ENS resolution with aggregated records support.

## Known failure modes

- ENS name not registered — returns null or 404
- ENS name expired — may return stale or no address
- Resolver not set for the ENS name — partial or empty records
- Invalid ENS name format — validation error
- Network timeout reaching ENS resolver contracts
- ENS name has no address record set — returns empty address field

## How this service works

Resolve ENS name to address and records

## Output

Returns the resolved Ethereum address (0x...) for the given ENS name along with associated on-chain records such as text records, content hash, and other resolver data stored under that ENS domain.

## Example request

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-web3identity-com-9917a132/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)
