andersea / bitmex-async-rest

Async REST Api wrapper for BitMEX cryptocurrency derivatives exchange

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%