Binance Connector JS
    Preparing search index...

    Request parameters for removeOtcBlocktrades operation in OtcApi. RemoveOtcBlocktradesRequest

    interface RemoveOtcBlocktradesRequest {
        orderIds: string[];
    }
    Index

    Properties

    Properties

    orderIds: string[]

    Order ids to remove (max 100). Must be the orderId returned by Create OTC Blocktrade

    OtcApiRemoveOtcBlocktrades