T. Todua
T. Todua
also, please tell which coin didnt work with mexc. I cant find coins which include `$` character in mexc.
ok, thanks for reply. so, we should divide the subject into two problems: 1) coins which include `$` (or alike) character and doesnt work on exchanges (please list such exchanges...
can you tell me what do you get when using `mexc fetchDepositAddress GMT` (verbose output, sensitive info removed). I am successfully getting `STEPN` coin, which is mapped in commonCurrencies, and...
specifically for mexc, at first, you have to use `.createDepositAddress()` to generate a deposit address, after that, you can `fetchDepositAddress`
I have also tried with `GMT Token` which is in commonCurrencies: `await ex.fetchDepositAddress ('GMT Token', {network: 'ERC20'});` and it successfully fetches `GMT Token`, which is also expected.
with kucoin, fetchDepositAddress seems not to work for any other currencies i.e. `SHIB` or etc, so it seems to have broken implementation.
but i've tested myself with bitget using currencies that are in commonCurrencies and it worked for me. that's why I asked to provide exact command (code line, i.e. `ex.fetchXyz ('Xyz',...
> Okay, example with bitget: 'commonCurrencies': {'TONCOIN':'TON'}, use metods .fetch_deposit_address('TON') and I will recieve ccxt.base.errors.BadRequest: bitget {"code":"40019","msg":"Parameter coin cannot be empty","requestTime":1711832366119,"data":null}. Or use .fetch_deposit_withdraw_fee('TON') and I will recieve None. thanks...
i have some notes: we should remove `bookTicker` from watchTickers. we have started implementing the correct structure by having `fetchBidsaAsks` which is adequate endpoint for getting best bid/ask prices for...
@pcriadoperez If you want, i think it might be better that you continued your work on subscriptions/ED PR, it is more important, and I can takeover this PR (if you...