-
I have a wrapper around the `Client` object that retries any call that fails and raises immediately if the exception matches a list of search strings:
```python
from time import sleep
def Retry…
-
Has the unified deposit and withdrawal history been implemented in any
of the exchanges yet (or base classes for that matter)? I was hoping to find one to use as an example.
-
Hello,
I've been using this api wrapper for quite some time now, and it worked great. I've updated to the latest version using composer and now I get the following error:
_Fatal error: Default val…
-
## Step 2: Describe your environment
* Python Version: 3.6
* Branch: feat/objectify-ccxt
* Last Commit ID: HEAD
## Step 3: Describe the problem:
Bot stops aparently because of missin…
botum updated
6 years ago
-
This is a bug following this one :
https://github.com/askmike/gekko/issues/2308
**I'm submitting a ...**
[x] bug report
[ ] question about the decisions made in the repository
**Action taken…
-
Following on the ICEs from #52217, here are the 591 occurrences of ICEs in the [3rd NLL crater run](https://crater-reports.s3.amazonaws.com/pr-53426/index.html) from #53426 (out of the 982 regressions…
-
According to Binance's documentation, "A single connection to stream.binance.com is only valid for 24 hours; expect to be disconnected at the 24 hour mark" It would be fantastic if there was either a …
-
Currently, www.binance.com isnt resolving for me, as per their ongoing issues.
I can load us.binance.com as directed from their twitter etc, but cannot connect using this API wrapper as it uses www…
-
I've have been getting this error: "async hook stack has become corrupted" almost immediately after i connect with Binance server. This has been going on a little before, and now worse after the whole…
-
I'm using local server on a Chrome browser to run the following code:
`
const binance = require('./node-binance-api.js');
binance.options({
APIKEY: '****MY-API-KEY****',
APISECRET: '****M…