Interface: iCollectionStatsDoc<T>
T extends NumberType
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:262
Extends
iBaseStats<T>
Type Parameters
T
T extends NumberType
Properties
_docId
_docId:
string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/base.ts:13
A unique stringified document ID
Inherited from
_id?
optional_id?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/base.ts:16
A unique document ID (Mongo DB ObjectID)
Inherited from
collectionId
collectionId:
string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:264
The collection ID
dailyVolume
dailyVolume:
iCosmosCoin<T>[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:248
The daily volume of the collection
Inherited from
floorPriceHistory?
optionalfloorPriceHistory?:iFloorPriceHistory<T>[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:270
Floor price history
floorPrices?
optionalfloorPrices?:iCosmosCoin<T>[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:266
Floor price of the collection
lastUpdatedAt
lastUpdatedAt:
T
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:256
Last set timestamp
Inherited from
monthlyVolume
monthlyVolume:
iCosmosCoin<T>[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:252
The monthly volume of the collection
Inherited from
overallVolume
overallVolume:
iCosmosCoin<T>[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:246
The overall volume of the collection
Inherited from
payoutRewards?
optionalpayoutRewards?:iCosmosCoin<T>[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:272
The payout reward
uniqueOwners
uniqueOwners:
iBalance<T>[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:268
Number of unique owners by time
weeklyVolume
weeklyVolume:
iCosmosCoin<T>[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:250
The weekly volume of the collection
Inherited from
yearlyVolume
yearlyVolume:
iCosmosCoin<T>[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:254
The yearly volume of the collection