Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.01 KB

PYPIREADME.rst

File metadata and controls

27 lines (16 loc) · 1.01 KB

Welcome to trio-binance

This is an unofficial Python wrapper for the Binance exchange REST API v3. I am in no way affiliated with Binance, use at your own risk.

And this repository is forked from python-binance, but has only async client, and works only with trio or trio-compatible asynchronous frameworks.

Source code
https://github.com/halfelf/trio-binance

Quick Start

Register an account with Binance.

Generate an API Key and assign relevant permissions.

pip install trio-binance

Example

Check pytest file under tests.