---
title: "Asset balance distribution at height"
method: GET
path: "/assets/{assetId}/distribution/{height}/limit/{limit}"
tags: ["assets"]
---

# Asset balance distribution at height

`GET /assets/{assetId}/distribution/{height}/limit/{limit}`

Get asset balance distribution by addresses at a given height. Max number of addresses is set by `waves.rest-api.distribution-address-limit`, 1000 by default. For pagination, use the field {after}

## Path parameters

- `assetId` string, required
- `height` integer, required
- `limit` integer, required

## Query parameters

- `after` string

## Response `200`

successful operation

- AssetDistribution
  - `hasNext` boolean, required
  - `lastItem` string
  - `items` unknown

## Changes

- **2023-03-23** `26c5120a809c` — 2 breaking, 3 info
  - removed the required property `last` from the response with the `200` status
  - removed the required property `values` from the response with the `200` status
  - added the media type `application/json;large-significand-format=string` for the response with the status `200`
  - added the optional property `items` to the response with the `200` status
  - …1 more
- **2021-05-27** `c901f97e3a8d` — 1 breaking, 2 warning, 2 info
  - removed the media type `application/json;large-significand-format=string` for the response with the status `200`
  - removed the optional property `items` from the response with the `200` status
  - removed the optional property `lastItem` from 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/:height/limit/:limit/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)
