-
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…
-
Hi,
I'd like to add support to Binance Margin accounts only to get notified of trades, but I'm not sure what I have to change. This has been implemented in node-binance-api: https://github.com/jagg…
tchit updated
2 years ago
-
### Operating System
Windows 10
### Programming Languages
"react": "^18.2.0",
### CCXT Version
3.0.61
### Description
I'm using ccxt in nestjs is OK.
But using in reactjs, some f…
-
Hello,
there seems to be a security problem of a dependency in the latest version.
It needs to be fixed soon.
**Anyone know a workaround ?**
"npm audit fix --force" is NOT a goof idea as it in…
-
My code is:
> const config = require("./config/config")
> const Binance = require("node-binance-api")
>
> let binance = new Binance().options({
> APIKEY: config.APIKEY,
> APISECRET: c…
-
Hello dear developer team,
Please help me in resolving the following error:
npm run start
> binance-dca-bot@2.0.0 start /home/beisserikbay/binance-dca-bot
> node src/bot.js
API key does not sta…
-
I run into this problem when I want to place limit orders.
This is my code:
`const Binance = require('node-binance-api');
const binance = new Binance().options({
APIKEY: '',
APISECRET: ''…
-
I'm trying to use react-devtools and I'm getting this error:
```
TypeError: Invalid Version: undefined
at new K (/home/dpac/projects/blessed-binance/node_modules/react-devtools-core/build/bac…
-
Hi, I am trying set the base url to api.binance.us, but the following code is not working:
const binance = new Binance().options({
APIKEY: apiKey,
APISECRET: apiSecret,
adjustForTimeDiffer…
-
I’ve been experiencing internet issue when connecting to binance via ccxt.
Adding proxy configuration is much appreciated
In python the proxy configuration look like this
binance_exchange = ccxt.…