Async library for connecting to the Binance API on Python

Python 3.7
License: MIT
Aiohttp: 3.8.1
Loguru: 0.5.3
Ujson: 0.5.3
Docstrings: Google

This is a lightweight library that works as a connector to Binance Futures public API

  • Supported APIs:
    • USDT-M Futures `/fapi/*“
    • Futures/Delivery Websocket Market Stream
    • Futures/Delivery User Data Stream
  • Inclusion of examples
  • Response metadata can be displayed

Installation

pip install aio-binance-library

Getting started

REST API

Usage examples: