# ENS Name Valuation Estimate

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

Returns an estimated market value for an ENS .eth name based on length, character composition, and market data

## Facts

- Endpoint: GET https://api.web3identity.com/api/ens/value/eth
- Price: $0.02/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-32318373
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-hbojZUYP5_eycrvcFI8Z

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-32318373
```

Example prompt: What is the estimated market value of 'punk.eth'? I want to know how much it might be worth based on its length, characters, and current ENS market data.

## When to prefer this

Use this endpoint when you need a quick programmatic appraisal of an ENS .eth name before buying, selling, or negotiating. Prefer this over manual lookups or marketplace estimates when you need a structured, API-driven valuation incorporating length and character scoring alongside live market data.

## Known failure modes

- ENS name not found or invalid format — returns error or null valuation
- Name without .eth suffix may not be recognized
- Market data unavailable — estimate may be stale or missing
- Very rare or unusual character sets may produce low-confidence estimates
- Rate limiting or payment failure via x402 protocol

## How this service works

ENS name valuation estimate based on length, characters, and market data

## Output

Returns a valuation estimate for the queried ENS .eth name, likely including an estimated price in ETH or USD, factors considered (name length, character type, keyword value), and possibly a confidence or scoring breakdown based on comparable market data.

## Example request

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

## More

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