项目作者: hivesolutions

项目描述 :
Simple Python API client for Binance
高级语言: Python
项目地址: git://github.com/hivesolutions/binance_api.git
创建时间: 2017-12-19T14:42:48Z
项目社区:https://github.com/hivesolutions/binance_api

开源协议:

下载


Binance API

Simple Python API client for Binance.

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.

Build Automation

Build Status
Coverage Status
PyPi Status
License