Open mbellmbell opened 6 years ago
Are people just pulling the bitmex object out of this? https://github.com/BitMEX/sample-market-maker Just don't want to reinvent something that already works.
There are officially supported python clients for the REST API and websockets. They should work with the BitMEX API. If you encounter a specific issue with them, this issue tracker is the appropriate place to file it.
Reading through the issues and getting the same 401s and 403s myself, I'm guessing that if I want to access the API in Python, I need to code directly against the REST and websockets APIs or am I missing something.