Binance Connector JS
    Preparing search index...

    Interface GetOpenOrdersRequest

    Request parameters for getOpenOrders operation in AccountApi. GetOpenOrdersRequest

    interface GetOpenOrdersRequest {
        recvWindow?: number;
        symbol?: string;
    }
    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.

    AccountApiGetOpenOrders

    symbol?: string

    Symbol to query

    AccountApiGetOpenOrders