DotTaiko
API wrapper for DotTaiko SDK
Get the name for a specified wallet address.
Input:
address
: stringTarget wallet address
Output:
name
: stringDomain name
Get the address for a specified domain name.
Input:
domainName
: stringTarget domain name
Output:
address
: stringWallet Address
Get the content for a specified domain name.
Input:
domainName
: stringTarget domain name
Output:
data
: objectContent (Discord, Github, Twitter, etc.)
Last updated