v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-107095124.5 KB
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

typestring

Description of response type

addressstring

The wallet address

messagestring

Message to sign

Example response

{
  "type": "unstoppabledomains.com/partner.v3.WalletVerificationResult",
  "message": "Sign this message with wallet private key"
}