tosunthex / CoinGecko

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

GetMarketChartsByCoinId null issue #24

Closed baramustafa closed 3 years ago

baramustafa commented 3 years ago

Hi,

When I try to call:

client.GetMarketChartsByCoinId("bitcoin", "usd", "max");

It fails with a null error because one of the data points for market_caps is null:

[ 1491091200000, null ]

Thanks

tosunthex commented 3 years ago

Hi @baramustafa

I fixed the problem. You can download the lastest nuget package