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.

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

Syntax


public class CoinGeckoClient : IDisposable
Public Class CoinGeckoClient _
	Implements IDisposable

Inheritance Hierarchy


Object
  CoinGeckoAPI..::..CoinGeckoClient