interface SubaccountIsolatedPosition {
    subaccount: Subaccount;
    healths: BalanceHealthContributions;
    quoteBalance: SpotBalanceWithProduct;
    baseBalance: PerpBalanceWithProduct;
}

Properties

subaccount: Subaccount