justdanyul / binance-asyncio

unofficial wrapper for the binance exchanges apis and websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to binance-asyncio

Documentation Status

This is an unofficial wrapper for the Binance API, as per the license, its provided with no guarantee, so use it at your own risk.

Quick start

Install with

pip install binance-asyncio

And have a look at the examples directory, to get you started

Current status

This is very much work-in-process, I made it for some personal projects, where I needed to be able to interact with binance in an asyncio context. And its been working well for me, so I thought I'd share it.

Status of documentation

I got a very early version of the documentation ready here at: binance-asyncio.readthedocs.io

Its still a WIP, but should prove helpful regardless. Also, as mentioned, you can also look in the examples directory to get started.

Coverage of API

  • General endpoints (full coverage)
  • Market Data endpoints (full coverage)
  • Account endpoints (order and test order implemented)

Stream coverage

  • Aggregate Trade Streams
  • Trade Streams
  • Kline/Candlestick Streams
  • Individual Symbol Mini Ticker Stream
  • All Market Mini Tickers Stream
  • Individual Symbol Ticker Streams
  • All Market Tickers Stream
  • Individual Symbol Book Ticker Streams
  • All Book Tickers Stream
  • Partial Book Depth Streams
  • Diff. Depth Stream

About

unofficial wrapper for the binance exchanges apis and websockets

License:MIT License


Languages

Language:Python 100.0%