# Get list of account wallets Any domains held in the wallets of type SELF can be managed by your account without any signature collection. You can use these SELF wallets to distribute domains in whatever way works best for you. This route will return both custody (SELF) and self-custody (EXTERNAL) wallets associated with your account. To only list custody wallets, simply include the ?type=SELF query string parameter. Endpoint: GET /account/wallets Version: 3.0.0 Security: bearer ## Query parameters: - `$cursor` (string) The next.$cursor value from the previous page response - `type` (array) Enum: "SELF", "EXTERNAL" ## Response 200 fields (application/json): - `@type` (string, required) Enum: "unstoppabledomains.com/partner.v3.CursorList" - `items` (array, required) - `items.address` (any, required) - `items.type` (string, required) Enum: "SELF", "EXTERNAL" - `items.primaryDomain` (any) - `next` (any, required)