tosunthex / CoinGecko

CoinGecko .Net Standard api wrapper
111 stars 46 forks source link

Pro API support added #45

Closed mak5577 closed 2 years ago

mak5577 commented 2 years ago

Added support for pro API. Now it's possible to pass api key to CoinGeckoClient's constructor as follwing: CoinGeckoClient client = new CoinGeckoClient("API_KEY_HERE"); which will cause the client to use pro version of the API

tosunthex commented 2 years ago

Hi @mak5577 ,

Thanks for your help 👍