Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRetrieving crypto data from complementary data aggregation services? #266
Comments
|
I am thinking about how we could handle this exciting new feature...
|
|
@olibre Hmm, I would not remove the notion of
Obviously, there can be several others, like all the on-chain indicators computed by Glassnode, but to be honest, the first three above are the ones that interest me the most at present time :) @bmoscon, any contraindication regarding such features? More specifically, do you intend to restrict cryptofeed usecase on exchanges, or will you accept PRs for extending the type of seeds such as the ones given above? Thanks for your feedback, |
|
why would you need to switch anything? You can create a new class (DataFeed) that mirrors the minimum requirements for interfacing with the feed handler (would need a subscribe method). |
|
@bmoscon |
Hi,
Currently, cryptofeed is managing data coming from exchanges.
Please, is there any contraindication for proposing new data feeds like CoinMarketCap, CoinGecko, Nomics...
From these data feeds, I would like to get complementary 'global' crypto data like circulating supply, global trading volumes, dominance...
Could related PRs be accepted in cryptofeed?
If yes, what would be your recommandations?
I see 3 main points:
circulating_supply,trading_volume,dominance...Thanks for your feedbacks.
Have a good day,
Bests,