tosunthex / CoinGecko

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

Sparkline not working (due to case) #6

Closed GonzoKK closed 5 years ago

GonzoKK commented 5 years ago

Seems to be case related...

sparkline=True should be sparkline=true (lowercase)

image

Not working example: https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&per_page=50&page=1&sparkline=True&price_change_percentage=1h,24h,7d,14d,30d,200d,1y

Working example: https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&per_page=50&page=1&sparkline=true&price_change_percentage=1h,24h,7d,14d,30d,200d,1y

GonzoKK commented 5 years ago

works if I lowercase sparkline...

image

tosunthex commented 5 years ago

Hi @GonzoKK fixed