T. Todua
T. Todua
> Here's an interesting one.. > > My balances between USDG and USDG.F seem mixed. For example: > > ``` > 'USDG': {'free': -2937.31056, 'used': 2937.31056, 'total': 0.0}, > 'USDG.F':...
> @eode I've also pushed python files, you might test it (if you use python) and then enable that functionality by: ``` ex = ccxt.kraken() ex.options['fetchBalance']['autocorrectAbbreviations'] = true // and...
idk if `method` field would be needed for users ( initially i had it in structure, but removed here: https://github.com/ccxt/ccxt/commit/f4f1acd1a833ed5f940ed5d90ebcd7856d6c2a46 )
so, the only thing at this moment, that is not pushed by me in this PR, is to copy generated output inside binance.ts->api
because this PR is not going to be reviewed soon, just changing it to draft
This might help https://stackoverflow.com/a/77391012/2377343
late reply here, but neither in our tests, neither in local tests, we nowhere experience(d) this issue. this is highly probably related to the location of the user, and in...
@seunlanlege can you just comment your thoughts, whether you'll review this at all? if not, please let me know what is the license of this extension, so i could fork...
@seunlanlege When do you plan to publish new version of extension for VSCODE ?
@seunlanlege what if you build the package (vsix) locally and just upload in dashboard ( https://marketplace.visualstudio.com/manage/publishers/ ) ? 