# Get self-custody wallet 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. Endpoint: GET /external/wallets/{address} Version: 3.0.0 Security: bearer ## Path parameters: - `address` (string, required) ## Query parameters: - `$expand` (string) Enum: "primaryDomain" ## Response 200 fields (application/json): - `@type` (string, required) Enum: "unstoppabledomains.com/partner.v3.WalletMinimal" - `address` (any, required) - `type` (string, required) Enum: "SELF", "EXTERNAL" - `primaryDomain` (any)