binance-connector-node icon indicating copy to clipboard operation
binance-connector-node copied to clipboard

A simple connector to Binance Public API

Results 19 binance-connector-node issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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

enhancement

# 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...

size/L

Please publish this package as an ESM, so it can be used in Deno too.

enhancement
question

### 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...

enhancement

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...

question

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...

enhancement

Close #147 As per https://binance-docs.github.io/apidocs/spot/en/#subscribe-flexible-product-trade.

enhancement

**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...