cURL
curl --request GET \ --url https://deep-index.moralis.io/api/v2.2/resolve/ens/{domain} \ --header 'X-API-Key: <api-key>'
{ "address": "0x057Ec652A4F150f7FF94f089A38008f49a0DF88e" }
Resolve an ENS domain to its associated Ethereum address.
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 domain to be resolved
"vitalik.eth"
Returns an address
Resolved domain address
"0x057Ec652A4F150f7FF94f089A38008f49a0DF88e"