passabilities / crypto-exchange

Pulls together list of crypto exchanges to interact with their API's in a uniform fashion.
MIT License
261 stars 78 forks source link

Crypto-exchange vs. ccxt #21

Closed Bomper closed 6 years ago

Bomper commented 6 years ago

Is this library still maintained? In the fast world of crypto, frequent updates are good. CCXT is updated almost live and the user base is 20x larger. How do the two libraries compare right now?

passabilities commented 6 years ago

Yes, I am still working on this project. It is hard to keep up everyday especially as I am the only one currently working on this. I am working to add support for transaction and deposit/withdrawal history. After I plan on adding more exchanges.

CCXT is a great package as it supports a multitude of exchanges. I find it somewhat too large to comb through their documentation.

If anyone is willing to help out with this project, I would deeply appreciate it

IAmStoxe commented 6 years ago

I created a pull request to add Binance. Check it out #23

SimonEast commented 3 years ago

I guess this repo is pretty out-of-date now. Perhaps CCXT is the best option to use, currently.

passabilities commented 3 years ago

Unfortunately, yea. I haven't had any time to work on this project. It started off as a personal side project that I was unable to keep up with. Thank you for taking an interest tho!