Page 2 of 5

Re: BitMEX Adapter

Posted: Tue May 07, 2019 4:11 pm
by juanjo76
Thank you very much AndreyR for your response.

And congratulation for your GREAT job :)

J.

Re: BitMEX Adapter

Posted: Thu May 09, 2019 5:04 pm
by DilL
I'd also be interested in having leverage adjustable through Bookmap

Re: BitMEX Adapter

Posted: Wed Jun 26, 2019 7:42 am
by Imaginary Friend
Bitmex recently had a bug with ETHUSD orderbook feed, and they "fixed" it. Direct quote from bitmex blog: "The issue was caused by a rare sequence of order events that triggered a bug in an optimisation of the orderBookL2 calculation which had been deployed to the production environment several hours earlier. This change has since been reverted." - link to Bitmex blog.

Now I can't connect to Bitmex, Bookmap returns a message "Invalid credentials. Please edit credentials and try again. Reason: Not subscribed to orderBookL2:XBTUSD."

So, it seems to me that their fix broke Bitmex adapter.

Re: BitMEX Adapter

Posted: Wed Jun 26, 2019 8:31 am
by Andry API support
Will be fixed soon

Re: BitMEX Adapter

Posted: Wed Jun 26, 2019 8:53 am
by Imaginary Friend
Great, thanks. 

Re: BitMEX Adapter

Posted: Wed Jun 26, 2019 9:46 am
by Andry API support
Please update the adapter from Bookmap

Re: BitMEX Adapter

Posted: Wed Jun 26, 2019 9:56 am
by Imaginary Friend
Yep, it's working.  ❤️

Re: BitMEX Adapter

Posted: Fri Aug 16, 2019 7:45 am
by priceactiontr
please implement all bitmex order types asap, especially postonly order type : 

https://blog.bitmex.com/site_announceme ... -leverage/

with this form it's not profitable even you catch a 15$ move because of the fees. 

Re: BitMEX Adapter

Posted: Fri Aug 16, 2019 10:54 am
by Andry API support
Hi priceactiontr,
we'll check that out.

Re: BitMEX Adapter

Posted: Sat Aug 31, 2019 6:43 am
by ChuckBanger
Hi,
I'm also want to see the option to set post-only parameter on limit orders.

Maybe you figured it out already but the parameter you have to set for post-only when you send the order is: execInst="ParticipateDoNotInitiate" 

And that works if you use the rest API for orders. I don't know about websocket API. 

And it would be very nice if it is possible to change leverage through BookMap. This is a working example how you can change it:

Code: Select all

 
curl -X POST --header 'Content-Type: application/x-www-form-urlencoded' --header 'Accept: application/json' --header 'X-Requested-With: XMLHttpRequest' -d 'symbol=XBTUSD&leverage=5' 'https://www.bitmex.com/api/v1/position/leverage'