Binance Connector JS
    Preparing search index...

    Interface HistoricalTradesRequest

    Request parameters for historicalTrades operation in MarketApi. HistoricalTradesRequest

    interface HistoricalTradesRequest {
        fromId?: number | bigint;
        limit?: number;
        symbol: string;
    }
    Index

    Properties

    Properties

    fromId?: number | bigint

    TradeId to fetch from. Default gets most recent trades.

    MarketApiHistoricalTrades

    limit?: number

    MarketApiHistoricalTrades

    symbol: string

    MarketApiHistoricalTrades