Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerMaxOrderSizeQueryParams

    interface EngineServerMaxOrderSizeQueryParams {
        sender: string;
        product_id: number;
        price_x18: string;
        direction: "long" | "short";
        spot_leverage: string | null;
        reduce_only: string | null;
        isolated: string | null;
        borrow_margin: string | null;
    }
    Index

    Properties

    sender: string
    product_id: number
    price_x18: string
    direction: "long" | "short"
    spot_leverage: string | null
    reduce_only: string | null
    isolated: string | null
    borrow_margin: string | null