Mayson Monorepo Documentation
    Preparing search index...

    Interface GetOHLCVResponse

    Response from getting OHLCV data

    interface GetOHLCVResponse {
        candles: OHLCVCandle[];
    }
    Index

    Properties

    Properties

    candles: OHLCVCandle[]