Skip to content

Async REST Api wrapper for BitMEX cryptocurrency derivatives exchange

License

Notifications You must be signed in to change notification settings

andersea/bitmex-async-rest

Repository files navigation

BitMEX Async-Rest

PyPI Build Status

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.

About

Async REST Api wrapper for BitMEX cryptocurrency derivatives exchange

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages