Igor Kroitor
Igor Kroitor
Hi guys! Please, also check the existing examples here: - https://github.com/ccxt/ccxt/blob/master/examples/js/load-markets-to-files.js - https://github.com/ccxt/ccxt/blob/master/examples/js/shared-load-markets.js The above examples might not be a complete solution, but they show how markets could be saved,...
Hi! We are working on the unification of this aspect, and we will use the second option from your list with a `cost` param override. In other words, at this...
@yrossslav the unification of derivatives (perpetuals and futures) is still in progress, there may be quirks here and there, and we may end up redefining the meaning of `amount`, `price`...
> > @seeyoul8r BRC20 is the name of token spec on BTC. Do you have any issues when use these names? > > On the other exchanges this two tokens...
@tuxitor the proper way to submit/suggest edits and new exchanges – is via GitHub's pull requests (most often from a fork): - https://help.github.com/en/articles/creating-a-pull-request - https://help.github.com/en/articles/creating-a-pull-request-from-a-fork
@tuxitor you're trying to do a very simple thing in the most complicated way possible. To avoid problems with importing the clone into GitHub, you should not clone and import...
> What you describe is exactly what I have done several times already. Each time the import has taken many hours until it failed every time. Once again, it looks...
@tuxitor i'm happy you've figured it out, now we need to polish the PR a bit ) You can clone your fork and work with it locally, and push to...
@codemonkeyno1 - https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#multilanguage-support - https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-build--run-tests-on-your-local-machine
@NeoSephiroth you can `pip install ccxt-unmerged` – that includes the PRs that are not merged into the master version of CCXT yet.