Last updated:
0 purchases
bitmexasyncrest 0.9.0
BitMEX Async-Rest
Async Rest API implementation for BitMEX cryptocurrency derivatives exchange.
Free software: MIT license
Features
Supports authenticated connections using api keys.
Based on asks and anyio. Should work on all anyio supported event loops.
Non-features
This is a beta api. Methods are probably named badly and a lot of stuff you might want is missing.
Installation
This library requires Python 3.7 or greater.
To install from PyPI:
pip install bitmex-async-rest
Client example
TODO
API
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.
Credits
Thanks to the Trio, Curio, [AnyIO] (https://github.com/agronholm/anyio) and asks libraries for their awesome work.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.