CoinGeckoClient Members

The CoinGeckoClient type exposes the following members.

Constructors


  Name Description
Public method CoinGeckoClient
Initializes a new instance of the CoinGeckoClient class.

Methods


  Name Description
Public method ClearCache
Clears the response cache.
Public method Dispose()()()()
Public method GetAssetPlatformsAsync
List all asset platforms (Blockchain networks).
Public method GetExchangeRatesAsync
Get BTC-to-Currency exchange rates.
Public method PingAsync
Check API server status.

Properties


  Name Description
Public property CGRestClient
The RestSharp client instance used to make the API calls. This is exposed in case you wish to change options such as use a proxy.
Public property Coins

Provides access to the Coins API calls.

An instance of CoinsImp.
Public property Companies

Provides access to the Companies API calls.

An instance of CompaniesImp.
Public property Derivatives

Provides access to the Derivatives API calls.

An instance of DerivativesImp.
Public property Exchanges

Provides access to the Exchanges API calls.

An instance of ExchangesImp.
Public property Global

Provides access to the Global API calls.

An instance of GlobalImp.
Public property Indexes

Provides access to the Indexes API calls.

An instance of IndexesImp.
Public property IsCacheEnabled

Gets or sets whether this instance is using response caching.

Caching is enabled by default.

Public property Static member IsRateLimitingEnabled

Gets or sets a value indicating whether rate limiting is enabled.

Rate limiting is enabled by default.

Rate limiting is shared across all instances.

Public property Nfts

Provides access to the Nfts API calls.

An instance of NftsImp.
Public property Pro
Public property Search

Provides access to the Search API calls.

An instance of SearchImp.
Public property Simple

Provides access to the Simple API calls.

An instance of SimpleImp.