tosunthex / CoinGecko

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

Boolean arguments need be converted to lowercase ie "True" to "true" #7

Closed GonzoKK closed 5 years ago

GonzoKK commented 5 years ago

Titlecase does not work... https://api.coingecko.com/api/v3/simple/price?ids=ethereum-classic&vs_currencies=usd,btc&include_24hr_vol=True&include_last_updated_at=True

lowercase works... https://api.coingecko.com/api/v3/simple/price?ids=ethereum-classic&vs_currencies=usd,btc&include_24hr_vol=true&include_last_updated_at=true

image

tosunthex commented 5 years ago

Hi @GonzoKK fixed