itsnoproblem / pokt-tools

a rewards explorer for Pocket Network node runners
https://pokt.tools
MIT License
14 stars 9 forks source link

feat(MonthlyTransactions): add price feed #34

Closed PierrickGT closed 2 years ago

PierrickGT commented 2 years ago

This PR uses the Coinpaprika API to retrieve POKT prices. They recently updated their API pricing and the free version has now lower limits, so it's not really interesting anymore to use it for this project. Also, the querying and caching of the prices in the front-end is prone to errors, especially because of the API rate limiting. It would make more sense to create our own DB with the daily POKT prices. For the reasons above, I am closing this PR.