-
TypeError: json is not iterable
at \node_modules\node-binance-api\node-binance-api.js:3074:42
at Request._callback (\node_modules\node-binance-api\node-binance-api.js:186:29)
at self.ca…
-
Hi Can someone help me, please
The library is working fine, but when I add more than 15 user accounts I'm getting this error, can you please help me to fix this issue, please.
Error
====
/var…
-
Been running 24/7 the futures WebSockets in a VPS with no problems. Yesterday the following has happened:
I am also using ccxt and that request had a timeout, probably Binance API was down or any n…
-
everytime i make any order according to the tutorial it's turns into a normal Market order
> binance.buy('OSTBTC',100,0.00000160,{stopPrice: 0.00000161,type:'TAKE_PROFIT'},(error, respon…
-
Hi
When I tries use Binance type like this:
```
import Binance from 'node-binance-api';
new Binance()
```
I get this error:
```
TypeError: node_binance_api_1.default is not a constructor
…
-
### Operating System
Windows
### Programming Languages
_No response_
### CCXT Version
4.1.72
### Description
One of the users of my application tried to use Binance US. The application doesn't …
-
The example in swap_incoming.ts seems to be broken.
The script successfully sends HTLT order on binance chain, however, the swapid is never known to https://api.data.kava.io/bep3/swap/ and the scri…
-
> crypto-trading-bot@0.0.0 start
> node index.js trade
internal/modules/cjs/loader.js:818
throw err;
^
Error: Cannot find module '../dict/exchange_candlestick'
Require stack:
- /home/r/…
-
### System information
- **Have I written custom code (as opposed to using zenbot vanilla)**: NO
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: CentOS 7
- **Zenbot version**: 4.0.5
…
-
Hi, I like to use the binance-us api for integration of some tokens of binance-us into a wallet, Does the library binance-connector-node work for or is compatible with binance-us ? I am asking becaus…