Binance Connector JS
    Preparing search index...

    Request parameters for oldTradesLookup operation in MarketDataApi. OldTradesLookupRequest

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

    Properties

    Properties

    fromId?: number | bigint

    TradeId to fetch from. Default gets most recent trades.

    MarketDataApiOldTradesLookup

    limit?: number | bigint

    Maximum number of records to return.

    MarketDataApiOldTradesLookup

    symbol: string

    Symbol

    MarketDataApiOldTradesLookup