Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerSubaccountInfoResponse

    interface EngineServerSubaccountInfoResponse {
        exists: boolean;
        subaccount: string;
        healths: [
            initial: EngineServerHealthBreakdown,
            maintenance: EngineServerHealthBreakdown,
            unweighted: EngineServerHealthBreakdown,
        ];
        health_contributions: string[][];
        spot_count: number;
        perp_count: number;
        spot_balances: EngineServerSpotBalance[];
        perp_balances: EngineServerPerpBalance[];
        spot_products: EngineServerSpotProduct[];
        perp_products: EngineServerPerpProduct[];
    }
    Index

    Properties

    exists: boolean
    subaccount: string
    healths: [
        initial: EngineServerHealthBreakdown,
        maintenance: EngineServerHealthBreakdown,
        unweighted: EngineServerHealthBreakdown,
    ]
    health_contributions: string[][]
    spot_count: number
    perp_count: number
    spot_balances: EngineServerSpotBalance[]
    perp_balances: EngineServerPerpBalance[]
    spot_products: EngineServerSpotProduct[]
    perp_products: EngineServerPerpProduct[]