Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerMaxWithdrawableQueryParams

    interface EngineServerMaxWithdrawableQueryParams {
        sender: string;
        product_id: number;
        spot_leverage: null | string;
    }
    Index

    Properties

    sender: string
    product_id: number
    spot_leverage: null | string