Is it possible to query my open trades and/or cancel an order or at least all orders? With the websocket API, that is?
Didnt see any hint that this is possible..
But then I dont remember to have ever seen the commands to post orders via websocket neither?
Is the websocket for "reading" only, like making graphs from the data?
edit:
So, get data from the websocket, and exectue/cancel orders via "API version 1" then?
Ente
As far as I know there is no possibility to do orders over the websocket... Would be pretty dangerous too, as it isn't SSL encrypted.
But you can subscribe to your "private channel" to be informed about your orders. Use getKey.php to get its name.