cURL
curl --request GET \ --url https://deep-index.moralis.io/api/v2.2/resolve/{address}/reverse \ --header 'X-API-Key: <api-key>'
{ "name": "Vitalik.eth" }
Convert an Ethereum address to its associated ENS domain, if registered.
Documentation IndexFetch the complete documentation index at: https://docs.moralis.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.moralis.com/llms.txt
Use this file to discover all available pages before exploring further.
The address to be resolved
"0xd8da6bf26964af9d7eed9e03e53415d37aa96045"
Returns an ENS
Resolved ENS address
"Vitalik.eth"