bitmex-client-websocket icon indicating copy to clipboard operation
bitmex-client-websocket copied to clipboard

🛠️ C# client for Bitmex websocket API

Results 16 bitmex-client-websocket issues
Sort by recently updated
recently updated
newest added

Hello everyone, I'm working on a project where I needed multiplexing support from bitmex, so I wrote a quick adapter in order to support such feature on this library. Note...

Hello there, I want to listen on websocket for multiple user accounts. I want to listen to the positions and orders of these users. What path should I follow for...

As per [documentation](https://www.bitmex.com/app/wsAPI#Multiplexing). Would be nice to have this supported. BitMex has limitations on 20 connections per hour so it can be problematic to monitor many accounts if each one...

According to the document, it's not recommended to use nonce for authentication. https://www.bitmex.com/app/apiKeysUsage#Authenticating-with-an-API-Key The new recommended way to authenticate is to use expires fir signature calculation, and it's also supported...

after the end of march 2023 bitmex servers upgrade, it doesn't work anymore what has changed?

Hi, I am getting an error with this: "Can't convert from 'USDt' to BTC (double)" at Bitmex.Client.Websocket.Utils.BitmexConverter.ConvertToBtc(String from, Decimal value) at Bitmex.Client.Websocket.Responses.Wallets.Wallet.get_BalanceBtcDecimal() Any ideas? ![image](https://user-images.githubusercontent.com/6945426/222400080-283ab96f-ec79-46ca-99cb-a2f92cb79ef3.png)