cointop-sh / cointop

A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
https://cointop.sh
Apache License 2.0
4.03k stars 311 forks source link

Global Market Cap chart shows in USD regardless of currency conversion #208

Closed simon-anz closed 3 years ago

simon-anz commented 3 years ago

Made worse by #207 (currency not shown on screen) Screen Shot 2021-10-08 at 2 09 07 pm

simon-anz commented 3 years ago

We appear to be using (web not API) call which doesn't obey vs_currency https://www.coingecko.com/market_cap/total_charts_data?duration=7&locale=en&vs_currency=usd https://www.coingecko.com/market_cap/total_charts_data?duration=7&locale=en&vs_currency=aud

FWIW the currency dropdown on https://www.coingecko.com/en/global_charts is broken also (works on main page)

lyricnz commented 3 years ago

Fixed

lyricnz commented 3 years ago

Sent email to coingecko about how to access this data via an API, not web-url.