---
title: "Get wallet balances"
method: GET
path: "/v1/wallets/{walletId}/balance"
tags: ["Wallets"]
---

# Get wallet balances

`GET /v1/wallets/{walletId}/balance`

Retrieves balances for a specific wallet

## Path parameters

- `walletId` string, required

## Response `200`

OK

- TransfersDtoV2WalletBalanceResponse
  - `balances` TransfersModelsV2WalletBalance[]
    - `networkId` string
    - `token` string
    - `balance` string

---

[API](https://skmtc.net/due/apis/accounts-api.md) · [All operations](https://skmtc.net/due/apis/accounts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/due/accounts-api/revisions/26eaea5b64df/schema)
