CoinGeckoClient Class
Create an instance of this class to access the API methods.
Methods and parameters are named as specified in the official CoinGecko API documentation (Ex: API call '/coins/list' translates to 'CoinGeckoClient.Coins.GetCoinsListAsync()').
By default response caching is enabled. To disable it set IsCacheEnabled to false.
By default rate limiting is enabled. To disable it set IsRateLimitingEnabled to false.
Assembly: CoinGeckoAPI (in CoinGeckoAPI.dll)