LookupAssetHoldingsOptions
@algorandfoundation/algokit-utils / types/indexer / LookupAssetHoldingsOptions
types/indexer.LookupAssetHoldingsOptions
Options when looking up an asset’s account holdings, https://dev.algorand.co/reference/rest-apis/indexer#get-v2assetsasset-idbalances
Table of contents
Properties
Properties
currencyGreaterThan
• Optional
currencyGreaterThan: number
| bigint
Results should have a decimal units amount greater than this value.
Defined in
currencyLessThan
• Optional
currencyLessThan: number
| bigint
Results should have a decimal units amount less than this value.
Defined in
includeAll
• Optional
includeAll: boolean
Include all items including closed accounts and opted-out asset holdings.