Lookup domain
Resolves a domain name to wallet addresses across multiple providers (ENS, Unstoppable Domains, Lens)
Supported on: Ethereum Polygon
Parameters
name
* string queryDomain name to resolve
Request Body
This request doesn’t have any request body.
JavaScript
Copy
1
Returns
200
404
Domain lookup response containing results from all providers
result
* array Array of resolved addresses from different providers, or null if not found
items
ProviderResponse object Domain resolution result from a single provider
protocol
* string Domain protocol provider (e.g., ens, ud, lens)
address
* string Resolved wallet address
checkUrl
* string URL to verify the domain ownership
domain
string Domain name associated with the address
JSON
Copy
1