---
title: "POST /account/wallet-address"
method: POST
path: "/account/wallet-address"
tags: ["AccountController"]
---

# POST /account/wallet-address

`POST /account/wallet-address`

## Request body

- AccountAddressRequest
  - `userId` string, required — The user ID of the account
  - `platform` 'discord' | 'telegram', required — The platform for the account

## Response `200`

OK

- WalletBalance
  - `address` string
  - `accounts` AccountBalance[]
    - `cashtag` string
    - `tokenAddress` string
    - `chainId` string
    - `balance` string, BigNumber

---

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