CoinMarketChartResponse..::..ToMarketChartCombinedItems Method
Converts CoinMarketChartResponse to an easier to use format.
In this combined type data is grouped together by date.
Namespace:
CoinGeckoAPI.ModelsAssembly: CoinGeckoAPI (in CoinGeckoAPI.dll)
Syntax
public IEnumerable<MarketChartCombinedItem> ToMarketChartCombinedItems()
Public Function ToMarketChartCombinedItems As IEnumerable(Of MarketChartCombinedItem)