Simple connector to Binance Public API. Contribute to binance/binance-connector-python development by creating an account on GitHub.
https://github.com/sammchardy/python-binance Documentation https://python-binance.readthedocs.io/en/latest/ Binance API Telegram https://t.me/binance_api_english Blog with examples https://sammchardy.github.io Make sure you update often and check theChangelogfor new features and bug fixes. ...
本来想起名叫binance_api,但是这个名字被其他人已经申请了,就随手起名叫pbiance了 之所以花了花几天的时间去写一个Binance交易所的底层Python SDK,有这么几点原因: 官方推荐的Python SDK目前主要支持SPOT现货交易 GITHUB很多的开源框架是对官方API的高级封装,而非底层 量化交易有太多的框架,但是各个框架的函数名称调用方...
一个用python对Binance官方文档进行简明开发的开源项目,欢迎参与; 初始化.bn_api = BinanceAPI(api_key='your own api here', secret_key='your own secret here', account_type='spot') 获取历史K线数据.klines = bn_api.history_klines(symbol='BTCUSDT', interval='1d', start_time_utc='2020-06-18...
https://github.com/sammchardy/python-binance Documentation https://python-binance.readthedocs.io/en/latest/ Binance API Telegram https://t.me/binance_api_english Features Implementation of General, Market Data and Account endpoints. Simple handling of authentication ...
url = 'https://api.binance.com/api/v3/klines?symbol='+market+'&interval='+tick_interval data = requests.get(url).json() print(data) 请在此处查看币安官方 REST API 文档:https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md...
1、接口文档网址:https://binance-docs.github.io/apidocs/spot/cn/ 2、安装python工具:pip3 install python-binance 3、下载https://github.com/sammchardy/python-binance 4、解压下载好的python-binance-master.zip 5、用pycharm打开python-binance-master文件 ...
Binance是一个知名的加密货币交易平台,提供了丰富的API接口供开发者使用。在Binance的Python API中,销售订单(Sell Order)是指用户通过API提交的卖出加密货币的交易请求...
https://github.com/sammchardy/python-binance/issues/184 错误代码表明精度超过了该符号允许的最大值。据我所知(或者至少对于我感兴趣的仪器),baseAssetPrecision 始终为 8。但是,每个仪器也有一个不同的 tickSize。 from binance.client import Client ...
...第6名 Binance-trader 币安网交易者 (Binance: 区块链资产交易平台): 币安网加密货币交易机器人 (实验性的) [Github上点赞数:590个] ?...第8名 Unimatrix: 可以模拟电影《黑客帝国》中终端显示的Python脚本。默认使用半角片假名的Unicode字符,但可以使用自定义的字符集 [Github上点赞数:558个] ?