aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface ApiPerpetualsMarketCandleHistoryResponse

    Response type for historical market candle data.

    interface ApiPerpetualsMarketCandleHistoryResponse {
        candles: PerpetualsMarketCandleDataPoint[];
    }
    Index

    OHLCV candles in the requested time range.