interface EngineServerPerpBalanceData {
    amount: string;
    v_quote_balance: string;
    last_cumulative_funding_x18: string;
}

Properties

amount: string
v_quote_balance: string
last_cumulative_funding_x18: string