Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hivesolutions/binance-api
Simple Python API client for Binance
https://github.com/hivesolutions/binance-api
api binance client python
Last synced: about 6 hours 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T19:21:29.000Z (7 days ago)
- Last Synced: 2024-11-09T20:21:53.705Z (6 days ago)
- Topics: api, binance, client, python
- Language: Python
- Homepage: http://binance-api.hive.pt
- Size: 46.9 KB
- Stars: 2
- Watchers: 3
- 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
[![Build Status](https://github.com/hivesolutions/binance-api/workflows/Main%20Workflow/badge.svg)](https://github.com/hivesolutions/binance-api/actions)
[![Coverage Status](https://coveralls.io/repos/hivesolutions/binance-api/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/binance-api?branch=master)
[![PyPi Status](https://img.shields.io/pypi/v/binance-api.svg)](https://pypi.python.org/pypi/binance-api)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)