---
title: "List wallets"
method: POST
path: "/public/v1/query/list_wallets"
tags: ["Wallets"]
---

# List wallets

`POST /public/v1/query/list_wallets`

List all wallets within an organization.

## Request body

- V1GetWalletsRequest
  - `organizationId` string, required — Unique identifier for a given organization.

## Response `200`

A successful response.

- V1GetWalletsResponse
  - `wallets` V1Wallet[], required — A list of wallets.
    - `walletId` string, required — Unique identifier for a given Wallet.
    - `walletName` string, required — Human-readable name for a Wallet.
    - `createdAt` Externaldatav1Timestamp, required
      - `seconds` string, required
      - `nanos` string, required
    - `updatedAt` Externaldatav1Timestamp, required
      - `seconds` string, required
      - `nanos` string, required
    - `exported` boolean, required — True when a given Wallet is exported, false otherwise.
    - `imported` boolean, required — True when a given Wallet is imported, false otherwise.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/turnkey/apis/api-reference.md) · [All operations](https://skmtc.dev/turnkey/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/turnkey/api-reference/revisions/4d8a7c63c511/schema)
