-
hi,
crptoxlib is working nicely for me, however I need to switch over to binance testnet... as we're testing trading and obviously cant trade with real network during dev cycle.
while I know t…
-
Hi, I would like to start and stop web socket with my bot.
Im doing following
public void startSocket(){
BinanceNet binance = new BinanceNet();
await binance.St…
-
**Describe the bug**
In BinanceCleintSpotSystem.cd, on line 141, you commented out
// parameters.Add("symbols", $"[\"{string.Join("\",\"", symbols)}\"]");
and replaced it with
parameters.Add("sym…
-
OpenClash 调试日志
生成时间: 2021-01-27 06:06:44
插件版本: v0.41.14-beta
隐私提示: 上传此日志前请注意检查、屏蔽公网IP、节点、密码等相关敏感信息
```
#===================== 系统信息 =====================#
主机型号: Intel(R) Atom(TM) CPU D255…
-
OpenClash 调试日志
生成时间: 2021-08-08 03:06:24
插件版本: v0.42.01-beta
隐私提示: 上传此日志前请注意检查、屏蔽公网IP、节点、密码等相关敏感信息
```
#===================== 系统信息 =====================#
主机型号: Intel(R) Core(TM) i3-7100U…
-
**Describe the bug**
Some endpoints that binance.net relies on are about to be retired.
![image](https://user-images.githubusercontent.com/6564082/125831905-989dd5a5-6984-4e96-9670-85b97972c753.…
Sasja updated
3 years ago
-
Hello libwebsockets Team!
During connection to ws-api.kucoin.com I'm receiveing this erro
> tls: error:00000001:lib(0):func(0):reason(1)
Error comes from
lws_service(struct lws_context *con…
-
HI!
I'm trying to start user event listener and can't get any result. Can you help me for some example, please? My code below. Whats wrong? For public events all work - on_price_change(event) for e…
-
**code :**
```
const { SpotClient } = require("binance");
require("dotenv").config();
const client = new SpotClient({
api_key: process.env.APIKEY,
api_secret: process.env.SECRET,
});
…
-
I am trying to put multiple scatter point on the same candle but in different levels. If each scatter point has unique index then no problem. However if multiple scatter points have the same index, th…