Binance Connector JS
    Preparing search index...

    Request parameters for allOrders operation in AccountApi. AllOrdersRequest

    interface AllOrdersRequest {
        endTime?: number;
        limit?: number;
        orderId?: number;
        recvWindow?: number;
        startTime?: number;
        symbol: string;
    }
    Index

    Properties

    endTime?: number

    Timestamp in ms to get aggregate trades until INCLUSIVE.

    AccountApiAllOrders

    limit?: number

    Default: 500; Maximum: 1000.

    AccountApiAllOrders

    orderId?: number

    AccountApiAllOrders

    recvWindow?: number

    The value cannot be greater than 60000

    AccountApiAllOrders

    startTime?: number

    Timestamp in ms to get aggregate trades from INCLUSIVE.

    AccountApiAllOrders

    symbol: string

    AccountApiAllOrders