Binance Connector JS
    Preparing search index...

    Request parameters for queryCmModifyOrderHistory operation in TradeApi. QueryCmModifyOrderHistoryRequest

    interface QueryCmModifyOrderHistoryRequest {
        endTime?: number | bigint;
        limit?: number | bigint;
        orderId?: number | bigint;
        origClientOrderId?: string;
        recvWindow?: number | bigint;
        startTime?: number | bigint;
        symbol: string;
    }
    Index

    Properties

    endTime?: number | bigint

    Timestamp in ms to get funding until INCLUSIVE.

    TradeApiQueryCmModifyOrderHistory

    limit?: number | bigint

    Number of results returned.

    TradeApiQueryCmModifyOrderHistory

    orderId?: number | bigint

    Order ID

    TradeApiQueryCmModifyOrderHistory

    origClientOrderId?: string

    Client order ID

    TradeApiQueryCmModifyOrderHistory

    recvWindow?: number | bigint

    TradeApiQueryCmModifyOrderHistory

    startTime?: number | bigint

    Timestamp in ms to get funding from INCLUSIVE.

    TradeApiQueryCmModifyOrderHistory

    symbol: string

    Symbol

    TradeApiQueryCmModifyOrderHistory