interface IndexerServerCandlesticksResponse {
    candlesticks: IndexerServerCandlestick[];
}

Properties

Properties

candlesticks: IndexerServerCandlestick[]