Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerSubaccountInfoQueryParams

    interface EngineServerSubaccountInfoQueryParams {
        subaccount: string;
        txns?: {
            apply_delta: {
                product_id: number;
                subaccount: string;
                amount_delta: string;
                v_quote_delta: string;
            };
        }[];
    }
    Index

    Properties

    Properties

    subaccount: string
    txns?: {
        apply_delta: {
            product_id: number;
            subaccount: string;
            amount_delta: string;
            v_quote_delta: string;
        };
    }[]