BitMEX-nodejs icon indicating copy to clipboard operation
BitMEX-nodejs copied to clipboard

An unofficial BitMEX API connector written with typescript

Results 8 BitMEX-nodejs issues
Sort by recently updated
recently updated
newest added

Beginning 2021-11-01, the current `bitmex.com/reatime` endpoint will become unstable. It will become fully defunct 2022-02-01. The new endpoint is `ws.bitmex.com/realtime` https://blog.bitmex.com/api_announcement/change-of-websocket-endpoint/?utm_source=rss&utm_medium=rss&utm_campaign=change-of-websocket-endpoint

which can cause compilation errors if installed with rxjs 7

Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...

dependencies

Hi bro. I couldn't find any documentation or any help to use socket. PLease leave an example to get trades, Create order, ament or etc. Thank's in advance.

I'm getting the error message: ``` { "message": "Signature not valid.", "name": "HTTPError" } ```` for the following code: ``` const r = require('bitmex-node'); const BITMEX_API_KEY = ..... const BITMEX_API_SECRET...

Do you have any advice on how to work around this issue? ```Access to fetch at 'https://www.bitmex.com/api/v1/trade/bucketed?binSize=5m' from origin 'http://192.168.0.8:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is...

![screenshot from 2018-08-28 01-26-09](https://user-images.githubusercontent.com/2520028/44702523-d6608700-aa61-11e8-9066-d57fde1f406e.png)

enhancement

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies