w3f / staking-rewards-collector

Apache License 2.0
78 stars 32 forks source link

Use SubScan API for price data #15

Closed jonasW3F closed 3 years ago

jonasW3F commented 3 years ago

I just saw that subscan is providing price data from coinmarketcap, which could be a nice alternative to coingecko data. The main benefit is that subscan delivers the price data very fast and there is no need to throttle requests. This could increase the speed of the process a lot.

jonasW3F commented 3 years ago

Prices seem to be only available in USD which makes a refactoring of the code potentially not worth it.