Export

EarningsHistoryItem

interface EarningsHistoryItem {
    avgNodeCount: string;
    blockRewards: string;
    bondingEarnings: string;
    cacaoPriceUSD: string;
    earnings: string;
    endTime: string;
    liquidityEarnings: string;
    liquidityFees: string;
    pools: EarningsHistoryItemPool[];
    runePriceUSD: string;
    startTime: string;
}

Properties

avgNodeCount: string

float64, Average amount of active nodes during the time interval

Memberof

EarningsHistoryItem

blockRewards: string

Int64(e8), Total block rewards emitted during the time interval

Memberof

EarningsHistoryItem

bondingEarnings: string

Int64(e8), Share of earnings sent to nodes during the time interval

Memberof

EarningsHistoryItem

cacaoPriceUSD: string

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

Memberof

EarningsHistoryItem

earnings: string

Int64(e8), System income generated during the time interval. It is the sum of liquidity fees and block rewards

Memberof

EarningsHistoryItem

endTime: string

Int64, The end time of interval in unix timestamp

Memberof

EarningsHistoryItem

liquidityEarnings: string

Int64(e8), Share of earnings sent to pools during the time interval

Memberof

EarningsHistoryItem

liquidityFees: string

Int64(e8), Total liquidity fees, converted to RUNE, collected during the time interval

Memberof

EarningsHistoryItem

Earnings data for each pool for the time interval

Memberof

EarningsHistoryItem

runePriceUSD: string

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

Memberof

EarningsHistoryItem

startTime: string

Int64, The beginning time of interval in unix timestamp

Memberof

EarningsHistoryItem

Generated using TypeDoc