libbux icon indicating copy to clipboard operation
libbux copied to clipboard

Un-official library for BUX trading platform (Node.js)

Results 7 libbux issues
Sort by recently updated
recently updated
newest added

Got 'Bad Request' when simply try to use this peace of code while succeed to auth ``` // Do login bux.login(account, function(err, data) { if (err) throw err; // Here...

I believe the post method for Open Position has changed. This is what works for me now in C# (example code): var data = new { productId = "sb26497", investingAmount...

https://github.com/burningtree/libbux/blob/47caa6302929d3744bc55e4c1b871afcb505d19b/lib/bux.js#L333-L339

Bux balance gives a 'command not exist' notice. But it's listed in the documentation

Hi, This is not an issue with the actual lib, but I'm not able to open a new position once I'm operating with real money. I receive this message: >...

It would be nice to have a test set linked to a funBux account to be able to do regression testing.

I tried the library but got an error when running the minimal.js example. ``` if (err) throw err; ^ Error: Unauthorized at Request.callback (C:\repos\stock_notify\node_modules\superagent\lib\node\index.js:626:17) at C:\repos\stock_notify\node_modules\superagent\lib\node\index.js:795:18 at Stream. (C:\repos\stock_notify\node_modules\superagent\lib\node\parsers\json.js:16:7) at...