curl --request GET \
--url https://api.nameguard.io/secure-primary-name/{network_name}/{address}
const report = await nameguard.getSecurePrimaryName("0x...");
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.nameguard.io/secure-primary-name/{network_name}/{address}
const report = await nameguard.getSecurePrimaryName("0x...");
address to a primary name.Data sources for the primary name lookup include:
Returns display_name to be shown to users and estimates impersonation_status.
curl --request GET \
--url https://api.nameguard.io/secure-primary-name/{network_name}/{address}
const report = await nameguard.getSecurePrimaryName("0x...");