-
Is there a way to get a live stream from BitMex using C#?
I see there is REST API but that would mean poll information at intervals.
Is websocket available for C#? Or a way to use the node.js or pyt…
-
```
018-05-11 03:21:20,137 : WARNING : Error in data transfer
Traceback (most recent call last):
File "/home/ubuntu/.local/lib/python3.6/site-packages/websockets-4.0.1-py3.6-linux-x86_64.egg/webs…
-
marketmaker setup
Traceback (most recent call last):
File "/usr/local/bin/marketmaker", line 11, in
sys.exit(run())
File "/Library/Python/2.7/site-packages/market_maker/__init__.py", line…
ghost updated
6 years ago
-
BitMEX-Delta-Server listening on http://localhost:4444
WebSocket [ERROR]: Authentication invalid. Please check your credentials. Message: {"error":"Invalid API Key."}
WebSocket [INFO]: The WebSocket…
-
https://github.com/BitMEX/api-connectors/blob/01aecc4a16586cab0ec46980990824deeed2a61b/official-ws/python/bitmex_websocket.py#L215
https://github.com/BitMEX/api-connectors/blob/01aecc4a16586cab0ec469…
ghost updated
6 years ago
-
- OS: Ubuntu 18.04
- Programming Language version: Python
- CCXT version: newest
- Exchange:Bitmex
- Method:
Hallo, thanks for your really helpful open source. I write a script for automatic tr…
-
When Bitmex's limit order is closed, the message has no attribute of `ordType` and `side`. And then [Bitmex's parseOrder](https://github.com/ccxt/ccxt/blob/master/js/bitmex.js) will throw error of `Ca…
-
Hi all,
I am trying to use Delta Server for streaming the data from my real account. The problem is that I get the "nonce is not increasing" error quite often.
I use a separate set of API Keys fo…
-
While gekko is scanning the exchange it sometimes gets this kind of errors. Is it possible to define how often to poll exchange for new trade data? this would help me to pin if it's some kind of flood…
-
bitmex websocket api: https://www.bitmex.com/app/wsAPI
use the websocket_client_async_ssl example to start the connection to www.bitmex.com
but it always handshake failed. it returns "unknown pr…