Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerMaxOrderSizeQueryParams

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

    Properties

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