ProImp..::..GetGlobalMarketCapChartAsync Method

Get historical global market cap and volume data, by number of days away from now as an asynchronous operation.

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

Syntax


public Task<GlobalMarketCapChartResponse> GetGlobalMarketCapChartAsync(
	uint days,
	string vs_currency
)
Public Function GetGlobalMarketCapChartAsync ( _
	days As UInteger, _
	vs_currency As String _
) As Task(Of GlobalMarketCapChartResponse)

Parameters

days
Type: UInt32
The number of days ago.
vs_currency
Type: String
The vs currency (ex: usd).GetSupportedVSCurrenciesAsync()()()()

Return Value

A Task<GlobalMarketCapChartResponse> representing the asynchronous operation.

Exceptions


ExceptionCondition
NotSupportedExceptionThis call is restricted to PRO accounts with an API key.
ArgumentNullExceptionvs_currency - Invalid value. Value must be a valid target currency of market data (usd, eur, jpy, etc.)