LookupAssetBalancesData
LookupAssetBalancesData:
object
Type declaration
assetId
assetId:
number
currencyGreaterThan?
optional
currencyGreaterThan:number
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.
currencyLessThan?
optional
currencyLessThan:number
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.
includeAll?
optional
includeAll:boolean
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
limit?
optional
limit:number
Maximum number of results to return. There could be additional pages even if the limit is not reached.
next?
optional
next:string
The next page of results. Use the next token provided by the previous results.
Defined in
types.gen.ts:2000