https://github.com/hivesolutions/binance-api
Simple Python API client for Binance
https://github.com/hivesolutions/binance-api
api binance client python
Last synced: 4 months ago
JSON representation
Simple Python API client for Binance
- Host: GitHub
- URL: https://github.com/hivesolutions/binance-api
- Owner: hivesolutions
- Created: 2017-12-19T14:42:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T19:21:29.000Z (over 1 year ago)
- Last Synced: 2025-04-14T09:08:11.918Z (about 1 year ago)
- Topics: api, binance, client, python
- Language: Python
- Homepage: http://binance-api.hive.pt
- Size: 46.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Binance API](http://binance-api.hive.pt)
Simple Python API client for [Binance](https://www.binance.com).
## Configuration
| Name | Type | Description |
| ---------------------- | ----- | ---------------------------------------------------------------------------------------------- |
| **BINANCE_BASE_URL** | `str` | The base URL for the Binance API requests (defaults to `https://api.binance.com/api/v1/`). |
| **BINANCE_NEO_URL** | `str` | The base URL for the Binance new API requests (defaults to `https://api.binance.com/api/v3/`). |
| **BINANCE_API_KEY** | `str` | The API key to be used to authenticate API requests (defaults to `None`). |
| **BINANCE_SECRET_KEY** | `str` | The 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](http://www.apache.org/licenses/).
## Build Automation
[](https://github.com/hivesolutions/binance-api/actions)
[](https://coveralls.io/r/hivesolutions/binance-api?branch=master)
[](https://pypi.python.org/pypi/binance-api)
[](https://www.apache.org/licenses/)