Binance Connector JS
    Preparing search index...

    Request parameters for orderListStatus operation in AccountApi. OrderListStatusRequest

    interface OrderListStatusRequest {
        id?: string;
        orderListId?: number;
        origClientOrderId?: string;
        recvWindow?: number;
    }
    Index

    Properties

    id?: string

    Client-generated request identifier.

    AccountApiOrderListStatus

    orderListId?: number

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

    AccountApiOrderListStatus

    origClientOrderId?: string

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

    AccountApiOrderListStatus

    recvWindow?: number

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

    AccountApiOrderListStatus