---
title: "Get list of account wallets"
method: GET
path: "/account/wallets"
tags: ["wallets"]
---

# Get list of account wallets

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

## Query parameters

- `$cursor` string
- `type` string[]

## Response `200`

Paginated list of wallets associated with your account

- 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)
