Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Get Address by Unstoppable Domain

GEThttps://deep-index.moralis.io/api/v2.2/resolve/:domain

Map an Unstoppable domain to its corresponding blockchain address.

PATH PARAMS
domainstringrequired
The domain to be resolved
QUERY PARAMS
currencystring
The currency to query
Responses
200Returns an address
404Returns an address
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://deep-index.moralis.io/api/v2.2/resolve/brad.crypto?currency=eth' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
{
"address": "0x057Ec652A4F150f7FF94f089A38008f49a0DF88e"
}