ENS Bidirectional Resolver is a paid API for AI agents from meryol-agenticmarket-x402.hf.space, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).
Resolves ENS names to Ethereum addresses (forward) or Ethereum addresses to primary ENS names (reverse lookup)
ENS resolve in either direction: ENS name -> 0x address (forward) OR 0x address -> primary ENS name (reverse). Use bare label (treated as label.eth) or full name like vitalik.eth or any 0x EVM address. Backed by the public ENS subgraph + mainnet RPC. Free upstream.
Returns a JSON object with the resolved address (for forward lookup) or primary ENS name (for reverse lookup), plus avatar_url if set and primary_name_verified boolean. If not found, address or name fields will be null with a notes array indicating name_not_found or similar.
GEThttps://meryol-agenticmarket-x402.hf.space/ens/:name_or_addrUse this endpoint when you need to resolve ENS names to addresses or reverse-resolve addresses to human-readable ENS names on Ethereum mainnet. Ideal for enriching wallet addresses with identity data before displaying to users, verifying ENS ownership, or converting user-provided ENS handles into raw addresses for on-chain operations. Backed by ENS subgraph plus mainnet RPC for reliability.
{
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"name_or_addr": "vitalik.eth"
},
"queryParams": {}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"kind": "name",
"name": ":name_or_addr.eth",
"input": ":name_or_addr",
"notes": [
"name_not_found"
],
"address": null,
"avatar_url": null,
"primary_name_verified": null
}| Field | Type | Description |
|---|---|---|
| kindrequired | string | |
| namerequired | string | |
| inputrequired | string | |
| notesrequired | array | |
| addressrequired | null | |
| avatar_urlrequired | null | |
| primary_name_verifiedrequired | null |
No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"