Reverse ENS domain lookup on Polygon

Hi,

From the documentation API here : https://admin.moralis.io/web3Api

It is clear that it is possible to ā€œResolves an ETH address and find the ENS nameā€ from the wallet address only for ETH wallet addresses.

Now, both ENS and Unstoppable domains allow to associate a lot of wallets (on BTC, ETH, POLYGON, ā€¦) with a single purchased domain name. They also aim to provide metadata like email, profile pic, and so on.

For this reason, it would be invaluable to be able to reverse look up a domain name from a given wallet. This way, when someone sign in with its wallet on a DAPP implemented with Moralis, we immediately have access to this decentralized info if the user has registered his domain.

What is the best way to do this on Polygon with Moralis?

Thanks!

Well, we do have plans of integrating more chains and if thereā€™s enough community demand we can push it on priority. You can even add it to our roadmap and see how the community reacts -
https://roadmap.moralis.io/

you can call the REST API directly from python to get the domain name associated with an address, the same address will be used on all compatible chains

1 Like

thanks. will look into that