-
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
…
-
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…
-
I tried to install from git on my arch linux machine.
I got this error :
```
❯ binance-cli
node:internal/modules/cjs/loader:1152
throw err;
^
Error: Cannot find module 'commander'
``…
gaelj updated
2 months ago
-
Not sure what to do and what the actual problem is. What is NFT(None) and what is EUR(Vertex:...)? And which one is missing? And why does it crash everything :/ Would it be possible to have it generat…
-
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…
-
When i'm trying to connect to testnet i've got error in logs
'Peer is on a different network. Got Binance-Chain-Ganges, expected Binance-Chain-Nile'
and as a result failure to sync with blockchain.…
-
Hi, im having issues starting the bot. Not sure what i have missed, is there any dependencies i've missed out?
Using a Raspberry Pi 3 model B
This is what i do when i start bot.
> pi@Hercules…
-
> 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/…
-
My code is:
> const config = require("./config/config")
> const Binance = require("node-binance-api")
>
> let binance = new Binance().options({
> APIKEY: config.APIKEY,
> APISECRET: c…
-
### 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 …