LookupAssetHoldingsOptions
Defined in: src/indexer.ts:2
Options when looking up an asset’s account holdings, https://dev.algorand.co/reference/rest-apis/indexer#get-v2assetsasset-idbalances
Properties
Section titled “Properties”currencyGreaterThan?
Section titled “currencyGreaterThan?”
optionalcurrencyGreaterThan:number|bigint
Defined in: src/indexer.ts:6
Results should have a decimal units amount greater than this value.
currencyLessThan?
Section titled “currencyLessThan?”
optionalcurrencyLessThan:number|bigint
Defined in: src/indexer.ts:4
Results should have a decimal units amount less than this value.
includeAll?
Section titled “includeAll?”
optionalincludeAll:boolean
Defined in: src/indexer.ts:8
Include all items including closed accounts and opted-out asset holdings.