Async Rest API implementation for BitMEX cryptocurrency derivatives exchange.
- Free software: MIT license
- Supports authenticated connections using api keys.
- Based on asks and anyio. Should work on all anyio supported event loops.
- This is a beta api. Methods are probably named badly and a lot of stuff you might want is missing.
This library requires Python 3.7 or greater.
To install from PyPI:
pip install bitmex-async-rest
TODO
Read the source code. (Welp..)
This library does not do retrys. If you get overload or similar errors, it is up to the client to handle them.
Thanks to the Trio, Curio, [AnyIO] (https://github.com/agronholm/anyio) and asks libraries for their awesome work.