CryptoETF icon indicating copy to clipboard operation
CryptoETF copied to clipboard

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

Open materemias opened this issue 6 years ago • 2 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

materemias avatar Mar 08 '18 13:03 materemias

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)

benmarten avatar Mar 14 '18 23:03 benmarten

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.

materemias avatar Mar 15 '18 16:03 materemias