-
When running the bot for several hours i got this error:
```
_header:
'GET /api/v1/ticker/24hr?symbol=BNBBTC HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nX-MBX-APIKEY: …
-
Hello,
The userData function callbacks are no longer working in my code !
Here is the code i am using :
binance.websockets.userData(function (data) {
console.log("balance_update");
…
-
Hi,
Do you think it would it be possible to implement margin trading on binance ?
-
Hi,
Please advise how to run futuresSubscribe WebSocket for all symbols...
Thanks,
Sunali
-
This only is about Binance Futures.
My trading bots are creating 50-100000 transactions per day. And I am sometime experiencing this "Signature for this request is not valid." error. I would like to …
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I required this feature for integratio…
-
On placing the limit order, I get the following error, market order is working perfectly fine and I have tested all remaining end points, can you please explain, whats this issue.
binance.futuresBuy …
-
Hey everyone,
I've been using this bot the past few days and it's been running fine. I'm not a coder and really just learning as I go. This morning I noticed that this line was repeating in the c…
-
Make some interval to avoid ban pls.
-
按照这个[文档](https://docs.binance.org/fullnode.html)的方法操作,config放在了~/.bnbchaind下,启动命令 `./bnbchaind start` 执行报错,错误信息
`./bnbchaind: line 1: version: command not found
./bnbchaind: line 2: oid: command not…