Łukasz Kurowski

Results 68 comments of Łukasz Kurowski

Some more data from me https://gist.github.com/crackcomm/40bad73724f14369b602 Second revision is after #26

China might be something to think about. EDIT: South Korea - https://www.bithumb.com/

By the way, are you interested in real market functionality or just API?

# Markets Here is my list with some related links, more or less in priority order dictated mostly by liquidity and **quantity of currencies traded**. ## Poloniex * https://github.com/ccxt/ccxt/blob/master/js/poloniex.js ##...

I certainly appreciate that very much, thank you @tbourvon. @hugues31 happy new year to you too :)

I hope to see private API too @tbourvon 👍 I will submit pull request with Poloniex private API soon, I will also look around for existing OpenAPI schemas for other...

I have most of Poloniex trading API ready but it needs some polishing.

Hey, I am currently working on streams @ [crypto-bank/orca](https://github.com/crypto-bank/orca). I will finish streams and I will catch up with you guys here. In the meantime what do you guys think...

@hugues31 I am currently working only on Poloniex because I am still studying [stream](https://docs.rs/futures/0.1.16/futures/stream/index.html) design in rust. @ainestal I would like to see that too but currently for APIs like...

I believe `Future` is not limiting but only enabling alternative to a `Result`. See [`futures-await`](https://github.com/alexcrichton/futures-await) for nice synchronous API. > The purpose of async/await is to provide a much more...