文件名称:gemini-python:Gemini API和Websocket的python客户端
文件大小:25KB
文件格式:ZIP
更新时间:2024-02-21 03:46:11
library bitcoin trading websockets ethereum
双子蟒 Gemini API和Websocket的python客户端 入门 安装 pip install gemini_python 公共客户 该终结点不需要api键,并且可以在没有Gemini帐户的情况下使用。 该自述文件将记录该类的一些方法和功能。 import gemini r = gemini . PublicClient () # Alternatively, for a sandbox environment, set sandbox=True r = gemini . PublicClient ( sandbox = True ) PublicClient方法 r . symbols () r . get_ticker ( "BTCUSD" ) r . get_current_order_book ( "BTCUSD" ) # Will get the latest 500 trades r . get_trade_history ( "BTCUSD" ) # Alternatively, it can be specified for a specific da
【文件预览】:
gemini-python-master
----setup.py(1KB)
----.gitignore(554B)
----Dockerfile(94B)
----requirements.txt(152B)
----__init__.py(0B)
----CONTRIBUTING.md(1KB)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(1KB)
----examples()
--------print_spread.py(284B)
--------asksmarketdata.py(1KB)
----gemini()
--------private_client.py(11KB)
--------__init__.py(243B)
--------basewebsocket.py(2KB)
--------cached.py(783B)
--------order_book.py(2KB)
--------marketdataws.py(7KB)
--------ordereventsws.py(8KB)
--------public_client.py(5KB)
--------debugly.py(1008B)
----README.md(8KB)
----tests()
--------keys.py(33B)
--------test_ordereventsws.py(5KB)
--------__init__.py(0B)
--------test_marketdataws.py(7KB)
--------test_private_client.py(5KB)
--------test_public_client.py(1KB)