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
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”currencyGreaterThan
Section titled “currencyGreaterThan”• Optional currencyGreaterThan: number | bigint
Results should have a decimal units amount greater than this value.
Defined in
Section titled “Defined in”currencyLessThan
Section titled “currencyLessThan”• Optional currencyLessThan: number | bigint
Results should have a decimal units amount less than this value.
Defined in
Section titled “Defined in”includeAll
Section titled “includeAll”• Optional includeAll: boolean
Include all items including closed accounts and opted-out asset holdings.