dOrgTech / Mix

DeFi Portfolio Manager, Decentralized
3 stars 1 forks source link

Accessing Market Data #6

Open tspoff opened 4 years ago

tspoff commented 4 years ago

CoinGecko API is a solid choice, and what we used for Balancer project. Open to other suggestions. From here we can get asset values in any fiat currency, as well as price action within a timeframe.

They also have a nice Javascript wrapper lib already

What data do we need?

For each asset:

You can make one call /coin/:id but there is a ton of extraneous data

dOrgJelli commented 4 years ago

Another route that could be taken:

tspoff commented 4 years ago

Great points. We could use the first two to reduce dependency on any given service. Native app isn't in the scope for now - but I think it will need to be for Mix to be competitive.