Endpoints
Inspect Multiple Names
Inspects up to 250 names at a time with NameGuard.
Provides 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
NameGuardReport
contains a lot of additional data that isn’t always needed / desired when aConsolidatedNameGuardReport
will 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
/
bulk-inspect-names
Body
application/json
names
string[]
requirednetwork_name
enum<string>
requiredAvailable options:
mainnet
, sepolia
Response
200 - application/json
Bulk name analysis results.
results
object[]
required