Export

LiquidityHistoryItem

interface LiquidityHistoryItem {
    addAssetLiquidityVolume: string;
    addLiquidityCount: string;
    addLiquidityVolume: string;
    addRuneLiquidityVolume: string;
    cacaoPriceUSD: string;
    endTime: string;
    impermanentLossProtectionPaid: string;
    net: string;
    runePriceUSD: string;
    startTime: string;
    withdrawAssetVolume: string;
    withdrawCount: string;
    withdrawRuneVolume: string;
    withdrawVolume: string;
}

Properties

addAssetLiquidityVolume: string

Int64(e8), total assets deposited during the time interval. Denoted in Rune using the price at deposit time.

Memberof

LiquidityHistoryItem

addLiquidityCount: string

Int64, number of deposits during the time interval.

Memberof

LiquidityHistoryItem

addLiquidityVolume: string

Int64(e8), total of rune and asset deposits. Denoted in Rune (using the price at deposit time).

Memberof

LiquidityHistoryItem

addRuneLiquidityVolume: string

Int64(e8), total Rune deposited during the time interval.

Memberof

LiquidityHistoryItem

cacaoPriceUSD: string

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

Memberof

LiquidityHistoryItem

endTime: string

Int64, The end time of bucket in unix timestamp

Memberof

LiquidityHistoryItem

impermanentLossProtectionPaid: string

Int64(e8), part of the withdrawRuneVolume which was payed because of impermanent loss protection.

Memberof

LiquidityHistoryItem

net: string

Int64(e8), net liquidity changes (withdrawals - deposits) during the time interval

Memberof

LiquidityHistoryItem

runePriceUSD: string

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

Memberof

LiquidityHistoryItem

startTime: string

Int64, The beginning time of bucket in unix timestamp

Memberof

LiquidityHistoryItem

withdrawAssetVolume: string

Int64(e8), total assets withdrawn during the time interval. Denoted in Rune using the price at withdraw time.

Memberof

LiquidityHistoryItem

withdrawCount: string

Int64, number of withdraw during the time interval.

Memberof

LiquidityHistoryItem

withdrawRuneVolume: string

Int64(e8), total Rune withdrawn during the time interval.

Memberof

LiquidityHistoryItem

withdrawVolume: string

Int64(e8), total of rune and asset withdrawals. Denoted in Rune (using the price at withdraw time).

Memberof

LiquidityHistoryItem

Generated using TypeDoc