Reverse resolve address to profile
Resolve an Ethereum address to its full verified ENS profile.
avatar, displayName, description) — so you don’t need a second forward lookup.
Returns 200 with hasReverseRecord: false and null profile fields when no verified reverse record exists. Upstream RPC/resolver errors are propagated unchanged.Path Parameters
Ethereum address
"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
Query Parameters
Skip cache for both reverse and forward lookups
Include contenthash in the profile (default: true)
Response
Requested Ethereum address
"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
Whether a verified reverse record exists for this address
true
Primary ENS name from the verified reverse record (null when none exists)
"artii.eth"
Value of the avatar text record, if present in the resolved profile
"https://example.com/avatar.jpg"
Value of the name text record, if present in the resolved profile
"Arti"
Value of the description text record, if present in the resolved profile
"ENS enjoyer"
Full ENS profile (texts, addresses, contenthash, optional resolver). Null when there is no verified reverse record.

