CoinCapClient Class

Create an instance of this class to access the API methods.

Methods and parameters are named as specified in the official CoinCap API documentation (Ex: API call '/rates/{id}' translates to 'CoinCapClient.Rates.GetRateAsync({id})').

By default response caching is enabled. To disable it set IsCacheEnabled to false.

Implements the IDisposable

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

Syntax


public class CoinCapClient : IDisposable
Public Class CoinCapClient _
	Implements IDisposable

Inheritance Hierarchy


Object
  CoinCapApi..::..CoinCapClient