Binance Connector JS
    Preparing search index...

    Interface OpenOrderListRequest

    Request parameters for openOrderList operation in AccountApi. OpenOrderListRequest

    interface OpenOrderListRequest {
        recvWindow?: number;
    }
    Index

    Properties

    Properties

    recvWindow?: number

    The value cannot be greater than 60000.
    Supports up to three decimal places of precision (e.g., 6000.346) so that microseconds may be specified.

    AccountApiOpenOrderList