Open neuhaus opened 6 years ago
Sounds good. Let's add a parameter to selectively choose order type or none for all orders. What do you think?
Yes that's probably necessary due to the filtering that the API offers. Also there all those other methods in their API as well.
True.
What do you think about adding sockets support?
Would be a great addition and some work...
Agree
Or adding support to ccxt...
What do you mean by that? How would this look like?
There is a library on npm called ccxt that supports many marketplaces. bitcoin.de has quite a few quirks because it's not a real marketplace but I guess it could be supported.
Right now it's a pretty low-level library with commands such as
What are your thoughts on providing more high-level functions such as
? That function could retrieve the
buy
andsell
orders in parallel and return them as one. That's just one example.