-
Am looking for the Windows light node, but the following file:
https://github.com/binance-chain/node-binary/blob/master/lightnode/testnet/0.6.3/windows/lightd.exe
Has checksum of:
EF1E147A8F5625…
-
Installed through pip, running shell
```
>>> from binance_chain.http import HttpApiClient
>>> from binance_chain.constants import KlineInterval
>>> from binance_chain.environment import BinanceE…
-
## Abstract
I'm not sure if Rotki wants to support it. But it would be cool if you added support for Binance Smart Chain (BSC) staking of BNB. The rewards are calculated daily so it's going to be a…
-
I am trying to open a simple short position on coin-m futures
Here's the code:
`const Binance = require('node-binance-api');
const binance = new Binance().options({
APIKEY: 'some api key',
…
-
- OS: linux
- Programming Language version: node v16.17.1
- CCXT version: 2.0.31
```
client = new ccxt.pro['binance']({
newUpdates: true
});
while (true) {
try {
…
-
Hello,
I am using this library to build a trading bot.
The problem is that when I want to send signed requests such as `binance.futuresBalance()` I recieve:
`[Object: null prototype] {
cod…
-
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…
-
Hello, sorry to disturb you.
I run the following code, and show the `opt` in `Binance().options` function, however, it said opt is `{}`, and then I get timeout error. it is "at listOnTimeout (intern…
-
Request is depricated, but has a security issue
https://www.npmjs.com/package/request
How to fix it ? I guess an alternative to request has to be found.
npm audit --dry-run
# npm audit repor…
-
### Description
Our walletconnect integration on RN is unable to proceed after confirming from external wallet, and debugging on RN only led to this mysterious decoding issue as seen in screenshot
…