Class: EvmMarketDataTopNFTCollectionByMarketCapItem
moralis-monorepo / @moralisweb3/common-evm-utils / EvmMarketDataTopNFTCollectionByMarketCapItem
Class: EvmMarketDataTopNFTCollectionByMarketCapItem
@moralisweb3/common-evm-utils.EvmMarketDataTopNFTCollectionByMarketCapItem
Table of contents
Methods
Properties
- collectionAddress
- collectionImage
- collectionTitle
- floorPrice
- floorPrice24hrPercentChange
- floorPriceUsd
- floorPriceUsd24hrPercentChange
- 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
collectionAddress
• Readonly collectionAddress: EvmAddress
Description
The collection address
collectionImage
• Readonly collectionImage: string
Description
The collection image
collectionTitle
• Readonly collectionTitle: string
Description
The collection title
floorPrice
• Optional Readonly floorPrice: string
Description
The floor price
floorPrice24hrPercentChange
• Readonly floorPrice24hrPercentChange: string
Description
The floor price 24hr percent change
floorPriceUsd
• Readonly floorPriceUsd: string
Description
The floor price in USD
floorPriceUsd24hrPercentChange
• Optional Readonly floorPriceUsd24hrPercentChange: string
Description
The floor price usd 24hr percent change
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