Type Alias CollectionAnalytics

CollectionAnalytics: {
    bestOffer: NullableBignumber;
    floorPrice: NullableBignumber;
    listingsCount: number;
    offersCount: number;
    owners: number;
    supply: number;
    totalVolume: Bignumber;
}

Type declaration

  • bestOffer: NullableBignumber

    The highest price of an offer for an asset.

  • floorPrice: NullableBignumber

    The lowest price at which an asset in the collection is listed for sale.

  • listingsCount: number

    The total number of assets listed for sale in the collection.

  • offersCount: number

    The total number of offers made on assets in the collection.

  • owners: number

    The total number of owners of the assets in the collection.

  • supply: number

    The total supply of assets in the collection.

  • totalVolume: Bignumber

    The total trading volume of the collection.