GlobalImp..::..GetGlobalAsync Method

Get cryptocurrency global data (total_volume, total_market_cap, ongoing icos, etc)

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

Syntax


public Task<GlobalResponse> GetGlobalAsync()
Public Function GetGlobalAsync As Task(Of GlobalResponse)

Return Value

A Task<GlobalResponse> representing the asynchronous operation.