# Get list of self-custody wallets These wallets are verified EXTERNAL wallets that you can use for initiating self-custody domain operations. Any operation initiated for one of these wallets requires an external signature. Endpoint: GET /external/wallets Version: 3.0.0 Security: bearer ## Query parameters: - `$cursor` (string) - `type` (array, required) Enum: "SELF", "EXTERNAL" - `$expand` (string, required) Enum: "primarydomain" ## 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)