binance-connector-node
binance-connector-node copied to clipboard
A simple connector to Binance Public API
According to the README: > Customizable base URL, request timeout and HTTP proxy However I can't see how you'd provide a request timeout. It looks like no such option is...
I'm trying to parse a proxy to the client but it does not seem to work. Could you give the correct way of doing it? Thanks
# Typescript support partially resolve https://github.com/binance/binance-connector-node/issues/38 Complete typescript support is huge work. I propose to add some first types and I invite typescript users to add their types when they...
Please publish this package as an ESM, so it can be used in Deno too.
### Issue subject Add type declarations for typescript (`*.d.ts`). ### Expected behaviour When importing this package I would expect it to allocate type declarations for it. ### Actual behaviour No...
Hi, First, thanks for the great library. Second, I wanted to ask if there is a specific reason why the Futures API is not supported by this library? Thanks for...
## Pull Request Description ### Summary This pull request adds a new method `allOrders` to the `Trade` class in order to retrieve all orders for a specific symbol using the...
sapi/v1/lending/daily/purchase is deprecated The new endpoint for this is: https://binance-docs.github.io/apidocs/spot/en/#subscribe-flexible-product-trade POST /sapi/v1/simple-earn/flexible/subscribe Bonus: I didn't find the eth-staking function either, I suppose it is not implemented Thank you for your...
Close #147 As per https://binance-docs.github.io/apidocs/spot/en/#subscribe-flexible-product-trade.
**Issue subject** Library is using the deprecated OCO order API endpoint **Expected behaviour** The library should use the new API endpoint for OCO orders. **Actual behaviour** The library is currently...