chain-bot / prices

API-Scraper + API for crypto prices built in Go
MIT License
2 stars 2 forks source link

Handle Fiat Currencies #39

Closed zahin-mohammad closed 3 years ago

zahin-mohammad commented 3 years ago

Currently, we convert USD to USDT. This is clumsy, especially if an exchange supports both (FTX). We should instead just store both currencies. The original thought behind converting USD to USDT was for ease of visualization, but thinking on it further, we should not actually modify the data like this.