-
###
Hi, I'm currently having an issue with the code below:
```const ccxt = require ('ccxt');
(async () => {
const exchange = new ccxt.binance({
'apiKey': 'YOUR_API_KEY',
…
-
OS: Windows Server 2019 Datacenter
Programming Language version: Node.js 15.3.0
CCXT version: 1.49.98
Exchange: Binance and All Exchanges
Method: exchange.currencies['USDT']
Hello!
I have a …
-
## Summary
> _Specify the total amount of BSQ you are requesting, along with the USD total and BSQ/USD rate (don't include the brackets!):_
- **BSQ requested**: **`11538.46`**
- USD requ…
-
```batch
> await fetch('https://fapi.binance.com/fapi/v1/exchangeInfo', { method: 'GET' })
Uncaught TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11522:11)
at p…
-
I have subscribe requests proxied to a backend script however this script needs to know the name of the channel client is subscribing to. Since there will be many channels with each one processing dat…
-
#### System information
Erigon version: `./erigon --version`
OS & Version: Linux : 256 Gb RAM
Commit hash:
Erigon Command (with flags/config):
we downloaded and extracted the snapsh…
-
```
make zetanode
```
```
Building zetanode
docker build -t zetanode -f ./Dockerfile .
[+] Building 79.4s (11/29) …
-
### Operating System
Windows 10
### Programming Languages
JavaScript
### CCXT Version
4.0.49
### Description
Hi,
I want to write some JavaScript to get about 20 to 30 symbols OHLC data, like:…
-
### curl localhost:27147/status
```
{
"jsonrpc": "2.0",
"id": "",
"result": {
"node_info": {
"protocol_version": {
"p2p": "7",
"block": "10",
"app": "…
-
I started a node using this guide
https://docs.binance.org/smart-chain/developer/fullnode.html
Node has started, but doesn't sync because it can't connect to peers up to 7 hours
```
INFO [02-18|1…