Inspect Namehash GET
Inspects the name associated with a namehash.
NameGuard will attempt to resolve the name associated with the namehash
through the ENS Subgraph,
using the network specified in network_name
.
If this resolution succeeds then NameGuard will generate and return a NameGuardReport
for the name.
If this resolution fails then NameGuard will return an error.
Path Parameters
mainnet
, sepolia
Namehash should be a decimal or a hex (prefixed with 0x) string.
Response
Full name analysis result with information about individual checks and labels.
The rating of a name/label/grapheme based on multiple conducted checks.
pass
: All checks passed.warn
: At least one check failed with aWARN
status but no check failed with anALERT
status.alert
: At least one check failed with anALERT
status.
2
, 3
, 4
The number of checks that have a status of alert
or warn
.
The check considered to be the highest risk. If no check has a status of alert
or warn
, this field is null
.
The analyzed name. Can contain labelhashes when some labels are unknown.
The namehash of the name in hex format prefixed with 0x
.
The ENSIP-15 normalization status of a name or label.
normalized
: The name or label is normalized.unnormalized
: The name or label is not normalized.unknown
: The name or label is unknown because it cannot be looked up from its hash.
normalized
, unnormalized
, unknown
A list of checks that were performed on the name.
The analyzed labels of the name.
The canonical form of the analyzed name.
null
if the canonical form of any label is not knowncan contain labelhashes when some labels are unknown
A human-readable title based on the rating
.
A human-readable subtitle based on the rating
.
Beautified version of name
.