Copy
Ask AI
curl --request POST \
--url https://api.nameguard.io/bulk-inspect-names \
--header 'Content-Type: application/json' \
--data '{
"names": [
"vitalìk.eth",
"nick.eth"
],
"network_name": "mainnet"
}'
Provides a ConsolidatedNameGuardReport for each name provided in request.names, including:
Each ConsolidatedNameGuardReport returned represents an equivalent set of checks as a NameGuardReport. However:
NameGuardReport contains a lot of additional data that isn’t always needed / desired when a ConsolidatedNameGuardReport will do.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.