Asset balance distribution at height
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
Asset ID base58 encoded
For balance at height requests. Max number of blocks back from the current height is set by waves.rest-api.distribution-address-limit, 1000 by default
Number of addresses to be returned
Query parameters
Address to paginate after
Response
successful operation
Example response
{
"lastItem": "3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k",
"items": {
"2eEUvypDSivnzPiLrbYEW39SM8yMZ1aq4eJuiKfs4sEY": 15,
"3PPqZ623dAfbmxmnpTjwV6yD5GA5s3PJiUG": 25
}
}Changes
Changed in 2 of the 36 revisions of this API.325
- ▲
removed the required property
lastfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
valuesfrom the response with the200statusresponse-required-property-removed
- ○
added the media type
application/json;large-significand-format=stringfor the response with the status200response-media-type-added
- ○
added the optional property
itemsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
lastItemto the response with the200statusresponse-optional-property-added
- ▲
- ▲
removed the media type
application/json;large-significand-format=stringfor the response with the status200response-media-type-removed
- ●
removed the optional property
itemsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
lastItemfrom the response with the200statusresponse-optional-property-removed
- ○
added the required property
lastto the response with the200statusresponse-required-property-added
- ○
added the required property
valuesto the response with the200statusresponse-required-property-added
This revision also has 63 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲