-
Recently my application stopped working because the Binance API was under stress and failed to respond in time. Because of this "binance-api-node" failed with the following error:
> FetchError: req…
-
https://github.com/binance-exchange/binance-api-node/blob/a54966426f79f57ca837c570f4b9d20736085603/index.d.ts#L613
Our trades property is optional, but the official binding does not suggest this to…
-
Binance Spot Test Network Error;
Using test network API, getting the error below;
> binance-triangle-arbitrage@6.2.0 start
> node src/main/Main.js
WARNING! Order execution is enabled!
Che…
-
Hi,
In binance-proxy docker I get the following error:
(node:1) UnhandledPromiseRejectionWarning: FetchError: request to https://api.binance.com/api/v3/klines?symbol=XTZUSDT&interval=5m failed, reas…
-
Hello,
There is return-type forgotten which breaks the CI:
```
node_modules/node-binance-api/node-binance-api.d.ts:1503:9 - error TS7010: 'deliveryTerminate', which lacks return-type annotation…
-
### Operating System
Windows
### Programming Languages
JavaScript
### CCXT Version
4.0.111
### Description
One of my applications is used by a larger community. Recently, several …
-
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…
-
Everything works best until I added Binance Api support for my application.
Error I get:
```
RequestError: connect ECONNREFUSED 127.0.0.1:443
at ClientRequest. (/server-bot/node_modules/got…
-
Installed through pip, running shell
```
>>> from binance_chain.http import HttpApiClient
>>> from binance_chain.constants import KlineInterval
>>> from binance_chain.environment import BinanceE…
-
By installing the package I get the vulnerabilities found warning message from NPM. These seems not to be fixable by a simple `npm audit fix`, which returns:
```
# npm audit report
node-fetch