assets

Asset balance distribution

Get asset balance distribution by addresses

get/assets/{assetId}/distribution

Path parameters

assetIdstring required
Example:DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p

Asset ID base58 encoded

Response

successful operation

hasNextboolean required
laststring required
{"stackTrail":"components:schemas:AssetDistribution:properties:values","oasType":"schema","type":"unknown","description":"map of assetId <-> balance","example":{"2eEUvypDSivnzPiLrbYEW39SM8yMZ1aq4eJuiKfs4sEY":15,"3PPqZ623dAfbmxmnpTjwV6yD5GA5s3PJiUG":25}}

Example response

{
  "last": "3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k",
  "values": {
    "2eEUvypDSivnzPiLrbYEW39SM8yMZ1aq4eJuiKfs4sEY": 15,
    "3PPqZ623dAfbmxmnpTjwV6yD5GA5s3PJiUG": 25
  }
}

Changes