# Get wallet details Get details for a wallet associated with your account. This route supports both custody (SELF) and self-custody (EXTERNAL) wallets. Include the ?$expand=primaryDomain to include the wallet's Primary Domain (also known as the Reverse Resolution) in the response. Endpoint: GET /account/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)