douggie

Results 19 issues of douggie

Updates to okex v5 api to support book and trade parameters as well as additional order placement opertions.

Currently the org.knowm.xchange.dto.marketdata.OrderBook `timestamp` is to type `Date`, which is not threadsafe. I suggest we move it to use ZonedDateTime, if we want it all backwardly compatible we can wrap...

A number of exchanges provide weather a given trade is the result of a liquidation event, this is very useful information and I am keen is it capture. Unless there...

https://github.com/knowm/XChange/issues/4779

Hi, binance's new portfolio margin 1.5 (offsetting spot and perp positions) requires new end points ((i.e https://papi.binance.com) to place, cancel orders etc etc (https://binance-docs.github.io/apidocs/pm/en/#change-log). Unless there are any objections I...

I noticed a lot of okx requests get rejected with invaild sign when submitting multiple requests at same time. ```2023-10-15 09:27:46.33 [pool-18-thread-7] DEBUG si.mazi.rescu.HttpTemplate - Executing POST request at https://www.okx.com/api/v5/trade/cancel-order...

Hi, the getOpenPositions for coin based positions will display in the notional amoutns i.e. number of contracts * multiplier but for the usdt based positions it will display contracts. I...

Currently the remoteInit for okx only loads the spot and swap products, I propose we add the futures products, so that functions like getOpenPostions will work when they do things...

Implement websockets support for bybit.