Inspect Labelhash GET
Inspects the name [{labelhash}].{parent_name}
.
Parent may be a name with any number of labels. The default parent is “eth”.
This is a convenience endpoint to generate a NameGuardReport
in cases when you only have:
- The labelhash of the “childmost” label of a name.
- The complete parent name of the “childmost” label.
NameGuard always inspects names, rather than labelhashes. So this endpoint will first attempt
to resolve the “childmost” label associated with the provided labelhash through the ENS Subgraph,
using the network specified in network_name
.
If this label resolution fails the resulting NameGuardReport
will be equivalent to requesting
a NameGuardReport
for the name [{labelhash}].{parent_name}
which will contain (at least)
one label with an unknown
Normalization
.
If this label resolution succeeds the resulting NameGuardReport
will be equivalent to requesting
a NameGuardReport
for the name {label}.{parent_name}
.
Path Parameters
mainnet
, sepolia
Labelhash should be a decimal or a hex (prefixed with 0x) string.
"0x3276e4878615389906712b876ce1455b8f5d1c5ea3ffcf7a705e0d32fafae9c5"
Parent name of the labelhash (default empty).
"eth"
Response
Successful Response
Full name analysis result with information about individual checks and labels.