Skip to main content

Interface: EvmTopProfitableWalletPerTokenResponseInput

moralis-monorepo / @moralisweb3/common-evm-utils / EvmTopProfitableWalletPerTokenResponseInput

Interface: EvmTopProfitableWalletPerTokenResponseInput

@moralisweb3/common-evm-utils.EvmTopProfitableWalletPerTokenResponseInput

Table of contents

Properties

Properties

address

Readonly address: EvmAddressInput


avgBuyPriceUsd

Readonly avgBuyPriceUsd: string


avgCostOfQuantitySold

Readonly avgCostOfQuantitySold: string


avgSellPriceUsd

Readonly avgSellPriceUsd: string


countOfTrades

Readonly countOfTrades: number


realizedProfitPercentage

Readonly realizedProfitPercentage: number


realizedProfitUsd

Readonly realizedProfitUsd: string


totalSoldUsd

Readonly totalSoldUsd: string


totalTokensBought

Readonly totalTokensBought: string


totalTokensSold

Readonly totalTokensSold: string


totalUsdInvested

Readonly totalUsdInvested: string