---
title: "Get Balances"
method: GET
path: "/v1/wallets/{walletId}/balances"
tags: ["Wallet"]
---

# Get Balances

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

This endpoint retrieves the balances of a specific wallet.

## Request body

- object
  - `address` string
  - `asset_id` string

## Response `200`

200

- object
  - `data` object[]
    - `asset` object
      - `asset` object
        - `address` string
        - `blockchain` object
          - `createdAt` string
          - `derivationPath` string
          - `id` string
          - `isActive` boolean
          - `isEvmCompatible` boolean
          - `logoUrl` string
          - `name` string
          - `slug` string
          - `symbol` string
          - `tokenStandard` unknown
          - `updatedAt` string
        - `createdAt` string
        - `decimals` number
        - `id` string
        - `isActive` boolean
        - `logoUrl` string
        - `name` string
        - `network` string
        - `standard` unknown
        - `symbol` string
        - `updatedAt` string
      - `createdAt` string
      - `id` string
      - `isActive` boolean
      - `updatedAt` string
    - `balance` string
    - `convertedBalance` string
  - `message` string
  - `statusCode` number

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/revisions/97f95b4cfc0d/schema)
