CoinCapClient Members
The CoinCapClient type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
CoinCapClient |
Initializes a new instance of the CoinCapClient class.
Using an API key is optional but can be obtained for free from https://coincap.io/api-key Using a logger is optional but recommended. This can be supplied via dependency injection. |
Properties
| Name | Description | |
|---|---|---|
|
|
Assets |
Provides access to the Assets API calls. An instance of AssetsImp. |
|
|
Candles |
Provides access to the Candles API calls. An instance of CandlesImp. |
|
|
CCRestClient |
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.
|
|
|
Exchanges |
Provides access to the Exchanges API calls. An instance of ExchangesImp. |
|
|
IsCacheEnabled |
Gets or sets whether this instance is using response caching. Caching is enabled by default. |
|
|
Markets |
Provides access to the Markets API calls. An instance of MarketsImp. |
|
|
Rates |
Provides access to the Rates API calls. An instance of RatesImp. |

