CoinGeckoAPI.Models Namespace

CoinMarketChartResponse..::..ToMarketChartCombinedItems Method

Converts CoinMarketChartResponse to an easier to use format. In this combined type data is grouped together by date.

Namespace:  CoinGeckoAPI.Models
Assembly:  CoinGeckoAPI (in CoinGeckoAPI.dll)

Syntax


public IEnumerable<MarketChartCombinedItem> ToMarketChartCombinedItems()
Public Function ToMarketChartCombinedItems As IEnumerable(Of MarketChartCombinedItem)

Return Value

IEnumerable<MarketChartCombinedItem>.