benmarten / CryptoETF

Portfolio Overview Tool for Your CryptoCoin Capitalization-Weighted Portfolio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

materemias opened this issue · comments

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

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)

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.