Export

TVLHistoryItem

interface TVLHistoryItem {
    cacaoPriceUSD: string;
    endTime: string;
    poolsDepth: DepthHistoryItemPool[];
    runePriceUSD: string;
    startTime: string;
    totalValueBonded?: string;
    totalValueLocked?: string;
    totalValuePooled: string;
}

Properties

cacaoPriceUSD: string

Float, the price of Cacao based on the deepest USD pool at the end of the interval.

Memberof

TVLHistoryItem

endTime: string

Int64, The end time of bucket in unix timestamp

Memberof

TVLHistoryItem

poolsDepth: DepthHistoryItemPool[]

Memberof

TVLHistoryItem

runePriceUSD: string

Float, the price of Rune based on the deepest USD pool at the end of the interval.

Memberof

TVLHistoryItem

startTime: string

Int64, The beginning time of bucket in unix timestamp

Memberof

TVLHistoryItem

totalValueBonded?: string

Int64(e8), the total amount of bonds (both active and standby) at the end of the interval

Memberof

TVLHistoryItem

totalValueLocked?: string

Int64(e8), total value locked in the chain (in rune) This equals totalPooledValue + totalBondedValue, as it combines the liquidity pools and bonds of the nodes.

Memberof

TVLHistoryItem

totalValuePooled: string

Int64(e8) in rune, the total pooled value (both assets and rune) in all of the pools at the end of the interval. Note: this is twice the aggregate Rune depth of all pools.

Memberof

TVLHistoryItem

Generated using TypeDoc