Interface: EvmTopProfitableWalletPerTokenResponseInput
moralis-monorepo / @moralisweb3/common-evm-utils / EvmTopProfitableWalletPerTokenResponseInput
Interface: EvmTopProfitableWalletPerTokenResponseInput
@moralisweb3/common-evm-utils.EvmTopProfitableWalletPerTokenResponseInput
Table of contents
Properties
- address
- avgBuyPriceUsd
- avgCostOfQuantitySold
- avgSellPriceUsd
- countOfTrades
- realizedProfitPercentage
- realizedProfitUsd
- totalSoldUsd
- totalTokensBought
- totalTokensSold
- totalUsdInvested
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