Endpoints
Inspect Multiple Names
Inspects up to 250 names at a time with NameGuard.
Provides NameGuardReport with inspected field equal to false if the name is uninspected; else returns a ConsolidatedNameGuardReport for each name provided in request.names, including:
- The details of all checks performed on a name that consolidates all checks performed on labels and graphemes in this name.
Each ConsolidatedNameGuardReport returned represents an equivalent set of checks as a NameGuardReport. However:
- A
NameGuardReportcontains a lot of additional data that isn’t always needed / desired when aConsolidatedNameGuardReportwill do. - When NameGuard only needs to return a
ConsolidatedNameGuardReport, some special performance optimizations are possible (and completely safe) that help to accelerate responses in many cases.
This endpoint will attempt automated labelhash resolution through the ENS Subgraph,
using the network specified in request.network_name.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.namekit.io/llms.txt
Use this file to discover all available pages before exploring further.