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.
Parameters
Section titled “Parameters”indexer
Section titled “indexer”An indexer instance
assetId
Section titled “assetId”The ID of the asset to look up holdings for
number | bigint
options?
Section titled “options?”Optional options to control the lookup
paginationLimit?
Section titled “paginationLimit?”number
The number of records to return per paginated request, default 1000
Returns
Section titled “Returns”Promise<MiniAssetHolding[]>
The list of application results