Skip to content

T extends NumberType

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:262

Extends

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

iBaseStats._docId


_id?

optional _id?: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/base.ts:16

A unique document ID (Mongo DB ObjectID)

Inherited from

iBaseStats._id


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

iBaseStats.dailyVolume


floorPriceHistory?

optional floorPriceHistory?: iFloorPriceHistory<T>[]

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:270

Floor price history


floorPrices?

optional floorPrices?: 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

iBaseStats.lastUpdatedAt


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

iBaseStats.monthlyVolume


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

iBaseStats.overallVolume


payoutRewards?

optional payoutRewards?: 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

iBaseStats.weeklyVolume


yearlyVolume

yearlyVolume: iCosmosCoin<T>[]

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:254

The yearly volume of the collection

Inherited from

iBaseStats.yearlyVolume

Edit this page on GitHub