---
title: "Get status of a wallet claim to self custody"
method: GET
path: "/user/wallet/claim"
tags: ["Wallet management endpoints"]
---

# Get status of a wallet claim to self custody

`GET /user/wallet/claim`

Get status of a wallet claim to self custody.

## Headers

- `x-api-key` string, required

## Response `200`

Successfully retrieved self custody wallet status

- WalletOnboardResponse
  - `secret` string — A secret created by the server and provided to the client only at initial wallet creation
  - `state` string — Indicates custody state of the wallet (CUSTODY or SELF_CUSTODY)
  - `status` string — Indicates status of the onboarding process
  - `addresses` object — Blockchain addresses associated with the wallet
    - `SYMBOL` string — Blockchain address associated with symbol

## Other responses

- `403` — Not authorized
- `404` — Not found
- `429` — Too many attempts

---

[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)
