Binance Connector JS
    Preparing search index...

    Interface AllOrderListRequest

    Request parameters for allOrderList operation in AccountApi. AllOrderListRequest

    interface AllOrderListRequest {
        endTime?: number;
        fromId?: number;
        limit?: number;
        recvWindow?: number;
        startTime?: number;
    }
    Index

    Properties

    endTime?: number

    Timestamp in ms to get aggregate trades until INCLUSIVE.

    AccountApiAllOrderList

    fromId?: number

    ID to get aggregate trades from INCLUSIVE.

    AccountApiAllOrderList

    limit?: number

    Default: 500; Maximum: 1000.

    AccountApiAllOrderList

    recvWindow?: number

    The value cannot be greater than 60000

    AccountApiAllOrderList

    startTime?: number

    Timestamp in ms to get aggregate trades from INCLUSIVE.

    AccountApiAllOrderList