Export

DepthHistoryMeta

interface DepthHistoryMeta {
    endAssetDepth: string;
    endLPUnits: string;
    endMemberCount: string;
    endRuneDepth: string;
    endSynthUnits: string;
    endTime: string;
    luviIncrease: string;
    priceShiftLoss: string;
    startAssetDepth: string;
    startLPUnits: string;
    startMemberCount: string;
    startRuneDepth: string;
    startSynthUnits: string;
    startTime: string;
}

Properties

endAssetDepth: string

Int64(e8), the amount of Asset in the pool at the end of the interval at time endTime

Memberof

DepthHistoryMeta

endLPUnits: string

Int64, Liquidity Units in the pool at the end of the interval at time endTime

Memberof

DepthHistoryMeta

endMemberCount: string

Int64, Number of liquidity members in the pool at the end of the interval at time endTime

Memberof

DepthHistoryMeta

endRuneDepth: string

Int64(e8), the amount of Rune in the pool at the end of the interval at time endTime

Memberof

DepthHistoryMeta

endSynthUnits: string

Int64, Synth Units in the pool at the end of the interval at time endTime

Memberof

DepthHistoryMeta

endTime: string

Int64, The end time of bucket in unix timestamp

Memberof

DepthHistoryMeta

luviIncrease: string

Float, The liquidity unit value index increase between startTime and endTime

Memberof

DepthHistoryMeta

priceShiftLoss: string

Float, The impermanent loss between the first and last depth item

Memberof

DepthHistoryMeta

startAssetDepth: string

Int64(e8), the amount of Asset in the pool at the start of the interval at time startTime

Memberof

DepthHistoryMeta

startLPUnits: string

Int64, Liquidity Units in the pool at the start of the interval at time startTime

Memberof

DepthHistoryMeta

startMemberCount: string

Int64, Number of liquidity member in the pool at the start of the interval at time startTime

Memberof

DepthHistoryMeta

startRuneDepth: string

Int64(e8), the amount of Rune in the pool at the start of the interval at time startTime

Memberof

DepthHistoryMeta

startSynthUnits: string

Int64, Synth Units in the pool at the start of the interval at time startTime

Memberof

DepthHistoryMeta

startTime: string

Int64, The beginning time of bucket in unix timestamp

Memberof

DepthHistoryMeta

Generated using TypeDoc