---
title: "Get list of self-custody wallets"
method: GET
path: "/external/wallets"
tags: ["external_wallets"]
---

# Get list of self-custody wallets

`GET /external/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.

## Query parameters

- `$cursor` string
- `type` string[], required
- `$expand` 'primarydomain', required

## Response `200`

Paginated list of `EXTERNAL` wallets

- WalletListResponse
  - `@type` 'unstoppabledomains.com/partner.v3.CursorList', required
  - `items` MinimalWalletResponse[], required
    - `@type` 'unstoppabledomains.com/partner.v3.WalletMinimal', required
    - `address` string, required
    - `type` 'SELF' | 'EXTERNAL', required
    - `primaryDomain` string
  - `next` CursorListResponseNext, required
    - `$cursor` string, nullable, required

---

[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/versions/8331236de8e8/schema)
