txbit:Txbit API的Python3包装器

时间:2021-04-11 03:27:34
【文件属性】:
文件名称:txbit:Txbit API的Python3包装器
文件大小:7KB
文件格式:ZIP
更新时间:2021-04-11 03:27:34
python api wrapper python3 cryptocurrency 传送位 Txbit API的Python3包装器 安装 pip3 install txbit 用法 from txbit import Txbit from secrets import APIKEY , SECRET # api key and secret # public functions (no APIKEY/Secret needed) markets = Txbit . getMarketSummaries (). result order = Txbit . getOrderBook ( 'ETH/BTC' ). result # market and account functions (require APIKEY/Secret) t = Txbit ( APIKEY , SECRET ) request = t . getBalance () if request
【文件预览】:
txbit-main
----.travis.yml(729B)
----txbit()
--------txbit.py(13KB)
--------tests()
--------__init__.py(84B)
----LICENSE(1KB)
----setup.py(689B)
----.gitignore(2KB)
----README.md(1KB)

网友评论