---
title: "Asset balance distribution"
method: GET
path: "/assets/{assetId}/distribution"
tags: ["assets"]
deprecated: true
---

# Asset balance distribution

`GET /assets/{assetId}/distribution`

> **Deprecated.**

Get asset balance distribution by addresses

## Path parameters

- `assetId` string, required

## Response `200`

successful operation

- AssetDistribution
  - `hasNext` boolean, required
  - `last` string, required
  - `values` unknown, required

## Changes

- **2021-05-27** `c901f97e3a8d` — 1 breaking, 4 info
  - removed the media type `application/json;large-significand-format=string` for the response with the status `200`
  - endpoint deprecated
  - added the required property `hasNext` to the response with the `200` status
  - added the required property `last` to the response with the `200` status
  - …1 more

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