Fork me on GitHub

Binance API

Simple Python API client for Binance.

Configuration

NameTypeDescription
BINANCE_BASE_URLstrThe base URL for the Binance API requests (defaults to https://api.binance.com/api/v1/).
BINANCE_NEO_URLstrThe base URL for the Binance new API requests (defaults to https://api.binance.com/api/v3/).
BINANCE_API_KEYstrThe API key to be used to authenticate API requests (defaults to None).
BINANCE_SECRET_KEYstrThe secret key value to be used to sign API requests (defaults to None).

License

Binance API is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status Coverage Status PyPi Status License