---
title: "GET /v1/organizations/{orgId}/wallets"
method: GET
path: "/v1/organizations/{orgId}/wallets"
tags: ["wallets"]
---

# GET /v1/organizations/{orgId}/wallets

`GET /v1/organizations/{orgId}/wallets`

List all wallets for an organization with pagination

## Path parameters

- `orgId` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ListWalletsSuccessResponse
  - `code` integer
  - `data` PaginatedDataSchemasWalletResponse
    - `hasMore` boolean
    - `items` WalletResponse[]
      - `address` string
      - `createdAt` integer
      - `id` string
      - `isDefault` boolean
      - `name` string
      - `organizationId` string
      - `turnkeySubOrgId` string
      - `turnkeyWalletId` string
      - `updatedAt` integer
    - `limit` integer
    - `offset` integer
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/revisions/5a750a5a9596/schema)
