Skip to content

lookupAssetHoldings

lookupAssetHoldings(indexer, assetId, options?, paginationLimit?): Promise<MiniAssetHolding[]>

Defined in: src/indexer-client/indexer-lookup.ts:54

Looks up asset holdings for the given asset; will automatically paginate through all data.

IndexerClient

An indexer instance

The ID of the asset to look up holdings for

number | bigint

LookupAssetHoldingsOptions

Optional options to control the lookup

number

The number of records to return per paginated request, default 1000

Promise<MiniAssetHolding[]>

The list of application results