Binance Connector JS
    Preparing search index...

    Request parameters for allOrders operation in AccountApi. AllOrdersRequest

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

    Properties

    endTime?: number | bigint

    Timestamp in ms

    AccountApiAllOrders

    id?: string

    Client-generated request identifier.

    AccountApiAllOrders

    limit?: number

    Default: 500; Maximum: 1000

    AccountApiAllOrders

    orderId?: number | bigint

    Order ID to begin at

    AccountApiAllOrders

    recvWindow?: number

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

    AccountApiAllOrders

    startTime?: number | bigint

    Timestamp in ms

    AccountApiAllOrders

    symbol: string

    AccountApiAllOrders