---
title: "Get self-custody wallet"
method: GET
path: "/external/wallets/{address}"
tags: ["external_wallets"]
---

# Get self-custody wallet

`GET /external/wallets/{address}`

Get details for a single self-custody wallet that has verified for your account.

Include the `?$expand=primaryDomain` to include the wallet's Primary Domain (also known as the Reverse Resolution) in the response.

## Path parameters

- `address` string, required

## Query parameters

- `$expand` 'primaryDomain'

## Response `200`

- MinimalWalletResponse
  - `@type` 'unstoppabledomains.com/partner.v3.WalletMinimal', required
  - `address` string, required
  - `type` 'SELF' | 'EXTERNAL', required
  - `primaryDomain` string

## Other responses

- `404` — Wallet does not exist in your account

---

[API](https://skmtc.net/unstoppabledomains/apis/web3-partner-api-v3.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/web3-partner-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/web3-partner-api-v3/revisions/8331236de8e8/schema)
