---
title: "GET /communities/{communityId}/wallet"
method: GET
path: "/communities/{communityId}/wallet"
tags: ["CommunityWalletController"]
---

# GET /communities/{communityId}/wallet

`GET /communities/{communityId}/wallet`

## Path parameters

- `communityId` string, required

## Response `200`

OK

- CommunityWallet
  - `id` string
  - `createdTime` string
  - `pk` string
  - `sk` string
  - `classifier` string
  - `classifierGroup` string
  - `status` string, required
  - `address` string, required
  - `ownerAddress` string
  - `txHash` string
  - `userId` string, required
  - `platform` string
  - `clTokenBalance` string
  - `timestamp` number, required
  - `communityId` string, required

---

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