-
Hello there,
Last week I was still able to run the sample market maker but now I 'm getting the following error:
`2017-10-31 14:07:40,680 - ERROR - bitmex - Error: 400 Client Error: Bad Request …
-
Hi, I used exactly the same main trying to connect to the websocket using endpoint="wss://www.bitmex.com/realtime"
It went through Authentication and successfully connected to WebSocket; however, t…
-
Hello,i am offering a bounty of 50mBTC in order someone to implement the Bitmex exchange,using websocket connection.I am mostly interested for XBTUSD contracts.I am waiting for your response,please as…
-
Problem seems related to bulk order.
I don't think Error: 403 is documented on the API.
Auth is working fine. Dry run works fine.
2017-11-11 09:51:30,325 - INFO - market_maker - BitMEX Mar…
-
2017-11-11 08:15:07,198 - INFO - ws_thread - Connecting to wss://www.bitmex.com/realtime?subscribe=quote:XBTZ17,trade:XBTZ17,instrument
,order:XBTZ17,execution:XBTZ17,margin,position
2017-11-11 08:1…
btcre updated
7 years ago
-
HI,
I'm getting "Access Denied" error. I created my API key on the testnet with "orderCancel" permissions.
Running with python2 on Mac.
Log shows:
2017-10-26 18:02:31,244 - ERROR - bitm…
-
Im getting this error now
HTTPError: 400 Client Error: Bad Request for url: https://www.bitmex.com/api/v1/order/bulk
-
``` javascript
const exchange = 'binance'
const base = 'YOYO'
const quote = 'BTC'
const symbol = `${base}/${quote}`;
(async () => {
var ex = util.getExchange(exchange, {verbose: true})
//…
-
BitMEX:realtime-api { testnet: true,
BitMEX:realtime-api apiKeyID: '',
BitMEX:realtime-api apiKeySecret: '',
BitMEX:realtime-api endpoint: 'wss://testnet.bitmex.com/realtime' } +0ms
…
-
Hi,
Thanks for fixing my earlier request, I updated the files and that is now longer a problem. I now have another issue relating to calculation.
```
ip-192-168-128-40:tryagain tanaytrivedi$ ./mar…