Profile management endpoints
Retrieves on-chain record management status
Retrieves the domain management registration status. The owner wallet must be registered to manage on-chain records. Authentication is required using domain owner signature.
get/user/{domain}/wallet
Path parameters
domainstring required
The domain name to retrieve account registrations state
Headers
x-auth-domainstring required
The domain to authorize
x-auth-expiresstring required
The expiration time of the signature
x-auth-signaturestring required
The signature generating using domain owner private key
Response
Wallet registration state
Example response
{
"type": "unstoppabledomains.com/partner.v3.WalletVerificationResult",
"message": "Sign this message with wallet private key"
}