Skip to content

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

src/types/indexer.ts:27


currencyLessThan

Optional currencyLessThan: number | bigint

Results should have a decimal units amount less than this value.

Defined in

src/types/indexer.ts:25


includeAll

Optional includeAll: boolean

Include all items including closed accounts and opted-out asset holdings.

Defined in

src/types/indexer.ts:29