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 ...
By default, the BitMEX API rate limit is 300 requests per 5 minute interval (avg 1/second). This bot uses the WebSocket and bulk order placement/amend to greatly reduce the number of calls sent to the ...