[Ethereum] Are there any public APIs for ENS lookup

ensexternal-api

I want to add ENS support to an app I am building, and I am looking for a lightweight API which supports ENS to Ethereum address conversion.

All the documentation shows how you can do this on the blockchain, and it appears like Web3.js will work, but I am wondering if there is anything more lightweight than this, like a public GET API which returns JSON.

Best Answer

I believe there is no API to have a ENS lookup, the only way you can get the address from ENS is calling the ENS contract.

Related Topic