BitMEX / api-connectors

Libraries for connecting to the BitMEX API.
https://www.bitmex.com/app/restAPI
910 stars 795 forks source link

Confirm that Python API is not functional #234

Open mbellmbell opened 6 years ago

mbellmbell commented 6 years ago

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.

mbellmbell commented 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.

ryanfox commented 6 years ago

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.