jagged

Results 45 comments of jagged

https://github.com/jaggedsoft/node-binance-api/blob/master/node-binance-api.js#L242 Send `{type: 'OCO'}` as flags to any of the order functions

it shouldn't take too much time to add, but it's not actively being worked on. unfortunately i have some real life priorities preventing me from being able to get it...

complete futures api should be done soon, just need to test placing and cancelling orders and finish the websocket

It was my goal to have everything wrapped up by monday, at least everything but websockets, but unfortunately this week has been extremely busy for me, and I can't give...

You're allowed 1200 weight per minute, but I don't see any easy way of automatically handling this

Not a bad idea. I guess you could keep track of weight in a global variable as well. We'd just have to build out a map of which endpoints use...

thank you for sharing your solution, curious how the problem is only on withdraw. cheers! This did not break anything else? Nice improvement, thanks again. ```js if ( method ===...

I managed to get this working using electron in the past, but that was some time ago

I think this is the route I took as well. Since the original is designed for node and electron needs something designed for the browser

Feature request: ***OCO for Margin***