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.
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.