---
title: "List wallets"
method: GET
path: "/v1/wallets"
tags: ["Account Wallets"]
---

# List wallets

`GET /v1/wallets`

Lists all wallets linked to the account

## Response `200`

OK

- BpModelsWallet[]
  - `id` string
  - `address` string
  - `preferences` BpModelsWalletPreferences
    - `selectedNetworks` string[]

---

[API](https://skmtc.net/due/apis/accounts-api.md) · [All operations](https://skmtc.net/due/apis/accounts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/due/accounts-api/revisions/26eaea5b64df/schema)
