Tagzz - Your omnichain identity!
  • Tagzz Overview
  • How Tagzz Works
  • Features and Benefits
  • Use Cases
  • Getting Your Tagzz Name
  • Smart Contracts
  • Supported Tokens
  • Socials, Troubleshooting and Support
    • Twitter
    • Telegram
    • Discord
    • LinkdeIn
    • Instagram
  • Integration Guide
    • REST API
      • Address to Tagzz name
      • Tagzz name to Address
Powered by GitBook
On this page
  1. Integration Guide
  2. REST API

Tagzz name to Address

API endpoints for resolving Tagzz name to address.

Resolve Tagzz name to address

GET /resolve

Query Param

Param
Description

domainName

Domain name that the user has minted over the Tagzz platform

subDomain

Sub Domain name that has been added by user while adding the records, by default it is main

Example

curl -X GET "https://api.tagzz.xyz/resolve?domainName=bruce&subDomain=main" \
-H "Accept: application/json"

Response

{
  "msg": "Domain resolved",
  "resolvedData": "0x2480a8f1325b579b57922929c895ba4ecd47521c"
}
{
  "msg": "No matching address found for the provided domainName and subDomain"
}
PreviousAddress to Tagzz name

Last updated 8 months ago