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 Unstoppable Domain by Address

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

Find the Unstoppable domain linked to a specific blockchain address.

PATH PARAMS
addressstringrequired
The address to be resolved
QUERY PARAMS
currencystring
The currency to query
Responses
200Returns an unstoppable domain
404Returns an unstoppable domain
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/0x94ef5300cbc0aa600a821ccbc561b057e456ab23/domain?currency=eth' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
{
"name": "sandy.nft"
}