Binance Connector JS
    Preparing search index...

    Request parameters for openOrderListsStatus operation in AccountApi. OpenOrderListsStatusRequest

    interface OpenOrderListsStatusRequest {
        id?: string;
        recvWindow?: number;
    }
    Index

    Properties

    Properties

    id?: string

    Unique WebSocket request ID.

    AccountApiOpenOrderListsStatus

    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.

    AccountApiOpenOrderListsStatus