Binance Connector JS
    Preparing search index...

    Request parameters for switchDeltaMode operation in AccountApi. SwitchDeltaModeRequest

    interface SwitchDeltaModeRequest {
        deltaEnabled: string;
        recvWindow?: number | bigint;
    }
    Index

    Properties

    deltaEnabled: string

    true to enable Delta mode; false to disable Delta mode

    AccountApiSwitchDeltaMode

    recvWindow?: number | bigint

    AccountApiSwitchDeltaMode