Directory API
Check domain
Searches through the blocked malicious domains list to determine if the requested domain or its top-level domain is in the blocklist.
get/explorer/directory/blocked-domains/{domain}
Path parameters
domainstring required
Example:stellar.org.am
Domain to verify (case-insensitive)
Response
Domain verified
Example response
{
"domain": "stellar.org.am",
"blocked": true
}