lookupAssetBalances
GET /v2/assets/{asset-id}/balances
Lookup the list of accounts who hold this asset
Parameters
Path Parameters
Query Parameters
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
Maximum number of results to return. There could be additional pages even if the limit is not reached.
The next page of results. Use the next token provided by the previous results.
Results should have an amount greater than this value. MicroAlgos are the default currency unless an asset-id is provided, in which case the asset will be used.
Results should have an amount less than this value. MicroAlgos are the default currency unless an asset-id is provided, in which case the asset will be used.
Responses
200
(empty)
object
A simplified version of AssetHolding
object
Whether or not this asset holding is currently deleted from its account.
Round during which the account opted into the asset.
Round during which the account opted out of the asset.
Round at which the results were computed.
Used for pagination, when making another request provide this token with the next parameter.
400
Response for errors
object
object
500
Response for errors