Open strbean opened 6 years ago
Does this need to be documented?
Just look at the library source code and you'll see all the available API's they interface, also if they aren't available please feel free to update it.
https://bittrex.com/home/api <-- Also check this
Once I've played with it enough to be confident using it, I'll add it to the README.md
Hi. Method cancel is working correctly. So are methods getopenorders, getorder, getorderhistory, buylimit or selllimit which are not documented. People willing to implement Bittrex API will probably check the source code at some point anyway
I can confirm order.cancel is working, as long as you set "options" before with you key/secret and then call bittrex.cancel( { uuid: ORDER_ID }, function()....
Edit: I see this is already a feature, it is just undocumented!
bittrex.cancel({uuid: ORDER_ID})