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
Register an account with Binance.
Generate an API Key and assign relevant permissions.
pip install trio-binance
Check pytest file under tests
.