-
I am trying to run:
```
BinanceSymbol symbol = new BinanceSymbol("ETHBTC");
Session session = (new BinanceApi()).websocketTrades(symbol, new BinanceWebSocketAdapterAggTrades() {
@Overr…
-
Is the withdraw function working? Why would the amount is long instead of double? Besides long issue on the amount parameter, I tried to run and also got following errors
"msg":"{\"code\":-1105,\"m…
-
Proxy module is needed,especially the ws proxy.Now this is my proxy for http:
```
const Binance =require("node-binance-api");
const binance = new Binance().options({
proxy:{
host:"127.0.0…
-
sudo pip install requests
Error : sudo: pip: command not found
Also, can someone give me steps on executing the following commands on Terminal window.
Python 2.7
import os
import sy…
-
I'm trying to run this on Android, but can't seem to get this compile.
```java
try {
BinanceSymbol symbol = new BinanceSymbol("ETHXLM");
new BinanceApi().websocketTrades(symbol, new Binanc…
-
Hi, I'm interested in getting this running in my browser (I know I can get around the cors issues with CORS-proxy, so I'm not too worried about that). I'm wondering if you've documented any steps to g…
-
Hi
how can I use this package in laravel?
I have installed it by composer in my Laravel project
composer.json
```
"jaggedsoft/php-binance-api": "^0.5.26",
```
and in mu controller …
ghost updated
3 years ago
-
Have you been tested? How are the results?
-
Hello, I am using the extension but i get the #VALUE! error instead of the qoute.
I know it may be something not related to the extension but I really can not find the solution. I though it was th…
-
Hi, Since Maven 3.8.1 http repositories are blocked, couldnt import to my IntelliJ, thanks!