Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)