Skip to main content

Interface: GetTopHoldersByCoinOperationRequest

moralis-monorepo / @moralisweb3/common-aptos-utils / GetTopHoldersByCoinOperationRequest

Interface: GetTopHoldersByCoinOperationRequest

@moralisweb3/common-aptos-utils.GetTopHoldersByCoinOperationRequest

Table of contents

Properties

Properties

coinTypeHash

Readonly coinTypeHash: string

Description

The coin type hash to fetch info about


cursor

Optional Readonly cursor: string

Description

The cursor to use for getting the next page


limit

Readonly limit: number

Description

The number of results to return


minAmount

Optional Readonly minAmount: AptosNativeInput

Description

The minimum amount of coins required for a wallet to be included in the results


minVersion

Optional Readonly minVersion: number

Description

The minimum version on when the balance was last updated


network

Optional Readonly network: AptosNetworkInput

Description

The network of query. Defaults to mainnet.


offset

Optional Readonly offset: number

Description

The number of results to skip


walletBlacklist

Optional Readonly walletBlacklist: string[]

Description

The addresses of the wallets to blacklist


walletWhitelist

Optional Readonly walletWhitelist: string[]

Description

The addresses of the wallets to whitelist