Teddy Habib

Results 6 comments of Teddy Habib

I don't think they will respond, the devs haven't updated it for over a year, it's one of the reasons I started working on my own library 'binance-lib', which will...

In the response headers, there is a parameter `X-MBX-USED-WEIGHT-(intervalNum)(intervalLetter)` which contains how much weight you used. Now for spot it's usually 1200, for Futures its 2400, so you can easily...

I read somewhere in the Binance documentation that there are 2 types of candlesticks (`kline` and `UIKline`) where `UIKline` is adjusted for graphs, it could be that the normal HTTP...

You need to use the `binance.candlestick()` function with a limit of 100 to get the current candlestick and the last 99, but the problem is, I tried using it, I...

I am not sure if the `node-binance-api` library supports `reduceOnly` options, but that could be your solution! Just try adding `reduceOnly: true` to your options and that could be it!...

If you do not have `BNB` to cover the commissions, yes I think so, since binance will need to take some `BTC` in order to pay your commission. Binance prefers...