---
title: "GET /account/wallets"
method: GET
path: "/account/wallets"
tags: ["AccountController"]
---

# GET /account/wallets

`GET /account/wallets`

## Query parameters

- `limit` number
- `paginationToken` string

## Response `200`

Result set of WalletConnection model instances

- object
  - `paginationToken` string
  - `items` WalletConnection[]
    - `id` string
    - `createdTime` string
    - `pk` string
    - `sk` string
    - `classifier` string
    - `classifierGroup` string
    - `address` string
    - `signerAddress` string
    - `contract` string
    - `accountId` string
    - `userId` string
    - `platform` string
    - `communityId` string
    - `communityPk` string
    - `walletType` string
    - `communities` string[]
    - `metadata` object

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/collab/apis/collabland-api-server.md) · [All operations](https://skmtc.dev/collab/apis/collabland-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/collab/collabland-api-server/revisions/cad064f71a2e/schema)
