Skip to main content

Class: EvmGetWalletProfitabilitySummary

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

Class: EvmGetWalletProfitabilitySummary

@moralisweb3/common-evm-utils.EvmGetWalletProfitabilitySummary

Table of contents

Methods

Properties

Methods

create

Static create(input): EvmGetWalletProfitabilitySummary

Parameters

NameType
inputEvmGetWalletProfitabilitySummaryInput | EvmGetWalletProfitabilitySummary

Returns

EvmGetWalletProfitabilitySummary


fromJSON

Static fromJSON(json): EvmGetWalletProfitabilitySummary

Parameters

NameType
jsonEvmGetWalletProfitabilitySummaryJSON

Returns

EvmGetWalletProfitabilitySummary


toJSON

toJSON(): EvmGetWalletProfitabilitySummaryJSON

Returns

EvmGetWalletProfitabilitySummaryJSON

Properties

totalBoughtVolumeUsd

Optional Readonly totalBoughtVolumeUsd: string

Description

Total USD volume of tokens bought by the wallet.


totalBuys

Optional Readonly totalBuys: number

Description

Total number of buy transactions.


totalCountOfTrades

Optional Readonly totalCountOfTrades: number

Description

Total count of trades executed by the wallet.


totalRealizedProfitPercentage

Optional Readonly totalRealizedProfitPercentage: number

Description

Total realized profit as a percentage.


totalRealizedProfitUsd

Optional Readonly totalRealizedProfitUsd: string

Description

Total realized profit in USD for the wallet.


totalSells

Optional Readonly totalSells: number

Description

Total number of sell transactions.


totalSoldVolumeUsd

Optional Readonly totalSoldVolumeUsd: string

Description

Total USD volume of tokens sold by the wallet.


totalTradeVolume

Optional Readonly totalTradeVolume: string

Description

Total trade volume managed by the wallet.