-
Notifications
You must be signed in to change notification settings - Fork 793
Description
receiving updates at inconsistent and large intervals from server.
{'timestamp': '2022-07-20T11:23:25.061Z', 'symbol': 'XBTUSD', 'bidSize': 41600, 'bidPrice': 23656.5, 'askPrice': 23657, 'askSize': 2800} {'timestamp': '2022-07-20T11:23:27.036Z', 'symbol': 'XBTUSD', 'bidSize': 29000, 'bidPrice': 23656.5, 'askPrice': 23657, 'askSize': 15300} {'timestamp': '2022-07-20T11:23:28.051Z', 'symbol': 'XBTUSD', 'bidSize': 46600, 'bidPrice': 23656.5, 'askPrice': 23657, 'askSize': 2800} {'timestamp': '2022-07-20T11:23:28.416Z', 'symbol': 'XBTUSD', 'bidSize': 41600, 'bidPrice': 23656.5, 'askPrice': 23657, 'askSize': 2800}
timestamp is server time.
this is the endpoint I am using -> "wss://ws.bitmex.com/realtime"
Is this normal?
Is there a low latency feed accessible?