# 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. Endpoint: GET /user/{domain}/wallet Version: 1.0.0 ## Path parameters: - `domain` (string, required) The domain name to retrieve account registrations state ## Header parameters: - `x-auth-domain` (string, required) The domain to authorize Example: "mydomain.tld" - `x-auth-expires` (string, required) The expiration time of the signature Example: 1765522015090 - `x-auth-signature` (string, required) The signature generating using domain owner private key Example: "0b62348775da58077591e2d20506371e8d94a5a83031f34b9ac85845d3463e73b0f0a500875830785c093515806e354cda6c217acab0fce5245d662eff4105f5e1c" ## Response 200 fields (application/json): - `type` (string) Description of response type Example: "unstoppabledomains.com/partner.v3.WalletVerificationResult" - `address` (string) The wallet address Example: 4660 - `message` (string) Message to sign Example: "Sign this message with wallet private key" ## Response 400 fields ## Response 404 fields