Binance Connector JS
    Preparing search index...

    Request parameters for myTrades operation in AccountApi. MyTradesRequest

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

    Properties

    endTime?: number | bigint

    AccountApiMyTrades

    fromId?: number | bigint

    TradeId to fetch from. Default gets most recent trades.

    AccountApiMyTrades

    limit?: number

    AccountApiMyTrades

    orderId?: number | bigint

    This can only be used in combination with symbol.

    AccountApiMyTrades

    recvWindow?: number

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

    AccountApiMyTrades

    startTime?: number | bigint

    AccountApiMyTrades

    symbol: string

    AccountApiMyTrades