OKX.Net icon indicating copy to clipboard operation
OKX.Net copied to clipboard

A C# .netstandard client library for the OKX REST and Websocket Spot and Futures API focusing on clear usage and models

Results 5 OKX.Net issues
Sort by recently updated
recently updated
newest added

OKXSocketOptions.ApiCredentials uses default ApiCredentials from CryptoExchange.Net, so I can't set PassPhrass in ctor.

In class OKXTicker, I found property BestAskSize was mapped on "askSz" and BestBidQuantity was on "bidSz". You may make their names same style.

When there are multiple live StopTrailingLoss orders in market and application call SubscribeToAdvanceAlgoOrderUpdatesAsync, the data pushed back has multiple elements in the array. This modification will enable handling of such...

I called this method (SubscribeToOrderUpdatesAsync()), and there's no trading, and of course no orderupdate callback received. wail for 20 minutes, the cpu usage will by very high. I'm using .net...