Dmitri Karpovich

Results 36 comments of Dmitri Karpovich

@timmolter @walec51 can anyone have a look please once you have time? thanks in advance

> does not build anymore public BybitResult getSymbols() throws IOException { BybitResult result = bybit.getSymbols(); > > [ERROR] /P:/Mainbloq/xSor/xsor-top/xsor-build/XChange-mdvx/xchange-bybit/src/main/java/org/knowm/xchange/bybit/service/BybitMarketDataServiceRaw.java:[28,50] cannot find symbol symbol: method getSymbols() location: variable bybit of type...

looks like the version of org.knowm.xchange:xchange-stream-kucoin is wrong

yes, it was merged in develop by mistake, so you can fix it in your branch as well. just replace version of parent pom in `xchange-stream-kucoin/pom.xml` so that it looks...

gateio api v4 is added. see https://github.com/knowm/XChange/pull/4766

> Hi. Two requests for tickers: api/v3/ticker/price - **Latest price** for a symbol or symbols. api/v3/ticker/bookTicker - **Best price/qty** on the order book for a symbol or symbols. But there...

@timmolter I propose to review and merge the https://github.com/knowm/XChange/pull/4868 first. Then I can integrate the changes to my branch

> merged 4868 done, feel free to review