Binance Connector JS
    Preparing search index...

    Interface HistoricalTradesRequest

    Request parameters for historicalTrades operation in MarketApi. HistoricalTradesRequest

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

    Properties

    Properties

    fromId?: number

    ID to get aggregate trades from INCLUSIVE.

    MarketApiHistoricalTrades

    limit?: number

    Default: 500; Maximum: 1000.

    MarketApiHistoricalTrades

    symbol: string

    MarketApiHistoricalTrades