mumch

Results 5 comments of mumch

Hi @alinbreaban Something to add: Poloniex changed the API drastically. They call it "NTS" for new trading system. For instance fetching Trades does no longer work neither. The changes are...

Hi @alinbreaban Thank you for your reply and the explanation regarding legacy API of Poloniex. I have created a dedicated ticket #4544 with the Trades and OderBook Stream isssue, as...

A quick and dirty workaround would be modifying the HuobiAdapters.getCurrencyMetaData() method to: ``` private static CurrencyMetaData getCurrencyMetaData( HuobiCurrency huobiCurrency, boolean isDelisted) { int withdrawPrecision = huobiCurrency.getWithdrawPrecision(); BigDecimal transactFeeWithdraw = BigDecimal.ONE;...

@vangogiel If you have an appropriate solution, better make a pull request directly here to the XChange project. Thank you and regards, mum

Hi @vangogiel I don't know, I am not one of the project owners. But I guess, it will be merged with the next release.