ProImp..::..GetGlobalMarketCapChartAsync Method
Get historical global market cap and volume data, by number of days away from now as an asynchronous operation.
Namespace:
CoinGeckoAPI.ImpsAssembly: 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
Exception | Condition |
---|---|
NotSupportedException | This call is restricted to PRO accounts with an API key. |
ArgumentNullException | vs_currency - Invalid value. Value must be a valid target currency of market data (usd, eur, jpy, etc.) |