---
title: "Account balances in all assets"
method: GET
path: "/assets/balance/{address}"
tags: ["assets"]
---

# Account balances in all assets

`GET /assets/balance/{address}`

Get account balances in all assets (excluding WAVES and NFTs) at a given address

## Path parameters

- `address` string, required

## Response `200`

successful operation

- object
  - `address` string, required
  - `balances` object[], required
    - `assetId` string, required — Asset ID base58 encoded
    - `balance` integer, required — Account balance in the asset
    - `reissuable` boolean, required — Indicates if the asset is reissuable
    - `minSponsoredAssetFee` integer, nullable, required — For [sponsored asset](https://docs.waves.tech/en/blockchain/waves-protocol/sponsored-fee) only: the equivalent of 0.001 WAVES
    - `sponsorBalance` integer, nullable, required — For [sponsored asset](https://docs.waves.tech/en/blockchain/waves-protocol/sponsored-fee) only: the sponsor balance in WAVES
    - `quantity` integer, required — Total supply of the asset
    - `issueTransaction` IssueTransaction, required
      - `assetId` string, required
      - `name` string, required
      - `quantity` integer, required
      - `reissuable` boolean, required
      - `decimals` integer, required
      - `description` string, required
      - `script` string, byte, required

## Changes

- **2021-05-27** `c901f97e3a8d` — 4 breaking, 1 warning, 7 info
  - removed the media type `application/json;large-significand-format=string` for the response with the status `200`
  - the response property `balances/items/minSponsoredAssetFee` became nullable for the status `200`
  - the response property `balances/items/sponsorBalance` became nullable for the status `200`
  - the `balances/items/assetId` response's property type changed from no type to `string` for status `200`
  - …8 more

[Change history](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/changes/assets/balance/:address/get.md)

---

[API](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid.md) · [All operations](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wavesplatform/waves-full-node-chainid/revisions/c901f97e3a8d/schema)
