Is your feature request related to a problem? Please describe.
Currently we are polling a service provider to ensure that the platform application has up to date prices to support the pricing of keys (eth/dollars) etc.
Describe the solution you'd like
Reduce the frequency of fetching of data from the third party API
Move the initial fetch to the backend
a. Start to proxy platform request to the backend
b. Have the client poll the third party API if there is a need to fail over.
Is your feature request related to a problem? Please describe. Currently we are polling a service provider to ensure that the platform application has up to date prices to support the pricing of keys (eth/dollars) etc.
Describe the solution you'd like