Marfusios / bitmex-client-websocket

🛠️ C# client for Bitmex websocket API
Apache License 2.0
64 stars 44 forks source link

How do I open a new trade? #22

Closed MudDev closed 5 years ago

MudDev commented 5 years ago

I understand this is used to connect and watch the markets and your orders. Is there any examples of using this to place new orders, cancel orders, etc... ?

Marfusios commented 5 years ago

Hello,

Bitmex doesn't support input/write API over websocket. Unfortunately unlike Bitfinex and Deribit. You have to use some other library that covers REST API.