firepol
firepol
Hi, I tried your repo in my little crypto project I use ccxt: ``` const ccxt = require('ccxt') let log = require('electron-log') let to = require('await-to-js') async withdraw(currency, amount, address,...
In `ob_updater`, `subscribe_ws` I removed these lines and added a TODO to this issue. error_message = type(err).__name__ + ":" + str(err) logging.error(f'{exchange.id}: {error_message}') logging.error(error_stack) The problem is that the error...
Hi, I am having headache after investigating some hours for this issue. I'm trying to render this URL: http://airolo.ch/impianti/details.php?lang=ita&season=winter Like this: ``` var initialHtml = CQ.CreateFromUrl("http://airolo.ch/impianti/details.php?lang=ita&season=winter"); var cssTarget = initialHtml[".container"];...
**Describe the bug** bitcoind downloaded the entire blockchain, but is still indexing transactions. btc-rpc-explorer can't be accessed at all. I'd expect at least to see the UI and only if...
Dev branch: I did a test to understand how the formatted order_book should look like, here my test: ``` binance = bitex.Binance() binance_orderbook = binance.order_book('XRPBTC').formatted print(binance_orderbook) ``` Result (I just...
Hi, I just noticed (while working on it) that the **withdraw** method is not standardized. Normally, withdrawing crypto is quite a standard operation that every crypto exchange is offering (I've...
Hi, can somebody please test the binance exchange api on the dev branch? Public endpoints (ticker etc. work) but as soon as I try something related to my account I...
The dev branch doesn't look to pass any tests... I mean when we submit a PR it's kinda sad to see "All checks have failed" and it's not even our...
Hi, I get the idea of this project, to have standardized methods and also standardized responses. I also like the idea to standardize the pairs, as one exchange uses BTCUSD,...
These options look awesome, but they only work in paper, or with the simulator: ``` --currency_capital for paper trading, amount of start capital in currency --asset_capital for paper trading, amount...