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

    Supports up to three decimal places of precision (e.g., 6000.346) so that microseconds may be specified.

    AccountApiGetOpenOrders

    symbol?: string

    AccountApiGetOpenOrders