# ENS Trending Names Resolver

> ENS Trending Names 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).

Resolve trending ENS names to their Ethereum addresses and associated records

## Facts

- Endpoint: GET https://api.web3identity.com/api/ens/resolve/trending
- 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-984f8e3c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OthFrlDXBjGbgF8OxvQnq

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-984f8e3c
```

Example prompt: What are the trending ENS names right now, and what Ethereum addresses and records do they resolve to?

## When to prefer this

Use this endpoint when you need to discover trending ENS names along with their resolved Ethereum addresses in a single call. Prefer this over a single-name ENS resolution endpoint when you want market-aware or popularity-ranked identity data rather than looking up a specific known name.

## Known failure modes

- No trending data available — returns empty list or 404
- ENS name unresolvable — name not registered or expired
- Rate limiting — 429 Too Many Requests if call quota exceeded
- Payment failure — x402 payment not processed, returns 402
- Network/RPC error fetching ENS data from Ethereum — 503 Service Unavailable

## How this service works

Resolve ENS name to address and records

## Output

A list of currently trending ENS names, each resolved to their corresponding Ethereum wallet address plus associated ENS records such as avatar, text records, and content hash.

## More

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