Getting started
How to install and send your first request to the binance API
Installing binance.py
Installing binance.py is a fairly straight forward process:
binance.py requires python 3.6 or superior
Setup a client
Generate an API Key and assign relevant permissions.
Load your keys from a config
Load the client (it is not mandatory but this is highly recommended)
Send your first request
Don't forget to close the client after you are done with it using client.close()
Last updated