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

# Account balance in asset

`GET /assets/balance/{address}/{assetId}`

Get the account balance in a given asset. 0 for non-existent asset (use [GET /assets/details/{assetId}](#/assets/getAssetDetails) to check if the asset exists)

## Path parameters

- `address` string, required
- `assetId` string, required

## Response `200`

successful operation

- object
  - `address` string, required
  - `assetId` string, required
  - `balance` integer, required

## Changes

- **2026-03-31** `d9769537f2c3` — 1 breaking, 2 info
  - the `assetId` response's property type/format changed from `string`/`` to ``/`` for status `200` (media type: application/json)
  - added `#/components/schemas/Hash` to the `assetId` response property `allOf` list for the response status `200` (media type: application/json)
  - added `#/components/schemas/Hash` to the `assetId` response property `allOf` list for the response status `200` (media type: application/json;large-significand-format=string)
- **2023-03-23** `26c5120a809c` — 1 info
  - added the media type `application/json;large-significand-format=string` for the response with the status `200`
- **2021-05-27** `c901f97e3a8d` — 2 breaking, 1 info
  - removed the media type `application/json;large-significand-format=string` for the response with the status `200`
  - the `assetId` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - removed `#/components/schemas/Hash` from the `assetId` response property `allOf` list for the response status `200`

[Change history](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/changes/assets/balance/:address/:assetId/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/09465bcdf6ce/schema)
