Last updated 8 months ago
Lookup the list of accounts who hold this asset
(empty)
Round at which the results were computed.
Used for pagination, when making another request provide this token with the next parameter.
const response = await fetch('https://algo-index.nownodes.io/v2/assets/{asset-id}/balances', { method: 'GET', headers: {}, }); const data = await response.json();
{ "balances": [ { "address": "text", "amount": 0, "deleted": false, "is-frozen": false, "opted-in-at-round": 0, "opted-out-at-round": 0 } ], "current-round": 0, "next-token": "text" }