belaczek / hodlwatch

Simple, yet powerful web app for automatic cryptocurrency portfolio tracking
https://hodl.watch
MIT License
120 stars 26 forks source link

(cryptocompare issue) Incorrect current price fetched for FX@CoinbasePro #38

Closed frizzr closed 2 years ago

frizzr commented 2 years ago

After successfully connecting Coinbase Pro, I can see that the price for FX is incorrect in my local running copy of hodlwatch.

The quantity is correct, but it is just not fetching the correct price. Even after refreshing multiple times, the price is still incorrect.

See the screenshot at the end.

Thanks so much for this project. I do have some programming skills (though I'm more of a C#/Java/Python programmer with some Javascript experience a long time ago), so if you have any initial tips on where to view debug logs to help trace this, let me know and I'll provide anything you need.

image

frizzr commented 2 years ago

Ah...I figured out the issue.

Cryptocompare considers Function X coin's symbol to be FUNX and not FX, so yeah, it's not your issue.

They still have FCoin with a symbol of FX, even though it is now considered insolvent.

I have filed a support request with Cryptocompare to request to change Function X to have the symbol FX, which the rest of the world (including Coinbase) is now using.

image

frizzr commented 2 years ago

Closing issue due to not being an issue with hodlwatch.