Class: EvmTopProfitableWalletPerTokenResponse
moralis-monorepo / @moralisweb3/common-evm-utils / EvmTopProfitableWalletPerTokenResponse
Class: EvmTopProfitableWalletPerTokenResponse
@moralisweb3/common-evm-utils.EvmTopProfitableWalletPerTokenResponse
Table of contents
Methods
Properties
- address
- avgBuyPriceUsd
- avgCostOfQuantitySold
- avgSellPriceUsd
- countOfTrades
- realizedProfitPercentage
- realizedProfitUsd
- totalSoldUsd
- totalTokensBought
- totalTokensSold
- totalUsdInvested
Methods
create
▸ Static create(input): EvmTopProfitableWalletPerTokenResponse
Parameters
| Name | Type |
|---|---|
input | EvmTopProfitableWalletPerTokenResponseInput | EvmTopProfitableWalletPerTokenResponse |
Returns
EvmTopProfitableWalletPerTokenResponse
fromJSON
▸ Static fromJSON(json): EvmTopProfitableWalletPerTokenResponse
Parameters
| Name | Type |
|---|---|
json | EvmTopProfitableWalletPerTokenResponseJSON |
Returns
EvmTopProfitableWalletPerTokenResponse
toJSON
▸ toJSON(): EvmTopProfitableWalletPerTokenResponseJSON
Returns
EvmTopProfitableWalletPerTokenResponseJSON
Properties
address
• Readonly address: EvmAddress
Description
The wallet address.
avgBuyPriceUsd
• Readonly avgBuyPriceUsd: string
Description
Average buy price in USD.
avgCostOfQuantitySold
• Readonly avgCostOfQuantitySold: string
Description
Average cost of quantity sold.
avgSellPriceUsd
• Readonly avgSellPriceUsd: string
Description
Average sell price in USD.
countOfTrades
• Readonly countOfTrades: number
Description
Total number of trades.
realizedProfitPercentage
• Readonly realizedProfitPercentage: number
Description
Realized profit as a percentage.
realizedProfitUsd
• Readonly realizedProfitUsd: string
Description
Realized profit in USD.
totalSoldUsd
• Readonly totalSoldUsd: string
Description
Total amount in USD for sold tokens.
totalTokensBought
• Readonly totalTokensBought: string
Description
Total number of tokens bought.
totalTokensSold
• Readonly totalTokensSold: string
Description
Total number of tokens sold.
totalUsdInvested
• Readonly totalUsdInvested: string
Description
Total amount of USD invested.