---
title: "Retrieves on-chain record management status"
method: GET
path: "/user/{domain}/wallet"
tags: ["Profile management endpoints"]
---

# Retrieves on-chain record management status

`GET /user/{domain}/wallet`

Retrieves the domain management registration status. The owner wallet must be registered to manage on-chain records. Authentication is required using domain owner signature.

## Path parameters

- `domain` string, required

## Headers

- `x-auth-domain` string, required
- `x-auth-expires` string, required
- `x-auth-signature` string, required

## Response `200`

Wallet registration state

- GetWalletResponse
  - `type` string — Description of response type
  - `address` string — The wallet address
  - `message` string — Message to sign

## Other responses

- `400` — Request contained invalid parameters
- `404` — Domain not found

---

[API](https://skmtc.net/unstoppabledomains/apis/profile-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/profile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/profile-api/versions/10f8400cb1c1/schema)
