benmarten / CryptoETF

Portfolio Overview Tool for Your CryptoCoin Capitalization-Weighted Portfolio.
Apache License 2.0
396 stars 77 forks source link

use ccxt as exchange connector to open up a whole lot more exchanges #54

Open materemias opened 6 years ago

materemias commented 6 years ago

https://github.com/ccxt/ccxt ccxt is an actively developed robust api wrapper, it would be worth to use to implement other exchanges fast

benmarten commented 6 years ago

Yes, CCXT could be a good choice for simplifying the setup part and integrating with a lot more exchanges... I am wondering though, if ccxt enforces a unique response format? (As format usually changes from each exchange, and that's kinda the main challenge that we are facing here)

materemias commented 6 years ago

ccxt has some functions which are implemented for all exchanges, and returns with the same structure. other unique api endpoints are reachable too but not standardised. try it, it is really easy to get started with.