interface EngineServerPerpLpState {
    supply: string;
    base: string;
    quote: string;
    last_cumulative_funding_x18: string;
    cumulative_funding_per_lp_x18: string;
}

Properties

supply: string
base: string
quote: string
last_cumulative_funding_x18: string
cumulative_funding_per_lp_x18: string