Binance Connector JS
    Preparing search index...

    Interface GetOrderListRequest

    Request parameters for getOrderList operation in AccountApi. GetOrderListRequest

    interface GetOrderListRequest {
        orderListId?: number | bigint;
        origClientOrderId?: string;
        recvWindow?: number;
    }
    Index

    Properties

    orderListId?: number | bigint

    Query order list by orderListId. orderListId or origClientOrderId must be provided.

    AccountApiGetOrderList

    origClientOrderId?: string

    Query order list by listClientOrderId. orderListId or origClientOrderId must be provided.

    AccountApiGetOrderList

    recvWindow?: number

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

    AccountApiGetOrderList