Class: EvmMarketDataTopNFTCollectionByMarketCapItem
moralis-monorepo / @moralisweb3/common-evm-utils / EvmMarketDataTopNFTCollectionByMarketCapItem
Class: EvmMarketDataTopNFTCollectionByMarketCapItem
@moralisweb3/common-evm-utils.EvmMarketDataTopNFTCollectionByMarketCapItem
Table of contents
Methods
Properties
- collectionImage
- collectionTitle
- floorPrice24hrPercentChange
- floorPriceUsd
- marketCap24hrPercentChange
- marketCapUsd
- rank
- volume24hrPercentChange
- volumeUsd
Methods
create
▸ Static
create(input
): EvmMarketDataTopNFTCollectionByMarketCapItem
Parameters
Name | Type |
---|---|
input | EvmMarketDataTopNFTCollectionByMarketCapItemInput | EvmMarketDataTopNFTCollectionByMarketCapItem |
Returns
EvmMarketDataTopNFTCollectionByMarketCapItem
fromJSON
▸ Static
fromJSON(json
): EvmMarketDataTopNFTCollectionByMarketCapItem
Parameters
Name | Type |
---|---|
json | EvmMarketDataTopNFTCollectionByMarketCapItemJSON |
Returns
EvmMarketDataTopNFTCollectionByMarketCapItem
toJSON
▸ toJSON(): EvmMarketDataTopNFTCollectionByMarketCapItemJSON
Returns
EvmMarketDataTopNFTCollectionByMarketCapItemJSON
Properties
collectionImage
• Readonly
collectionImage: string
Description
The collection image
collectionTitle
• Readonly
collectionTitle: string
Description
The collection title
floorPrice24hrPercentChange
• Readonly
floorPrice24hrPercentChange: string
Description
The floor price 24hr percent change
floorPriceUsd
• Readonly
floorPriceUsd: string
Description
The floor price in USD
marketCap24hrPercentChange
• Readonly
marketCap24hrPercentChange: string
Description
The market cap 24hr percent change
marketCapUsd
• Readonly
marketCapUsd: string
Description
The market cap in USD
rank
• Readonly
rank: number
Description
The rank
volume24hrPercentChange
• Readonly
volume24hrPercentChange: string
Description
The volume 24hr percent change
volumeUsd
• Readonly
volumeUsd: string
Description
The volume in USD