Websocket implementation for BitMEX cryptocurrency derivatives exchange. import trio from async_generator import aclosing from bitmex_trio_websocket import open_bitmex_websocket from trio_websocket ...
A BitMEX object wrapping the REST and WebSocket APIs. Out of the box, a simple market making strategy is implemented that blankets the bid and ask. More complicated strategies are up to the user. Try ...