CryptsyPythonV2:用于Cryptsy V2 API的Python库

时间:2024-05-24 06:43:28
【文件属性】:

文件名称:CryptsyPythonV2:用于Cryptsy V2 API的Python库

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-24 06:43:28

Python

加密PythonV2 用于Cryptsy V2 API的Python库 要求 在Python 2.7中测试 请求库。 ( ) 例子 打印值得OHLC的最后一小时 from Cryptsy import Cryptsy from pprint import pprint import time c = Cryptsy ( "" , "" ) ohlc = c . market_ohlc ( 132 , start = 0 , stop = time . time (), interval = "minute" , limit = 60 ) pprint ( ohlc ) 列出货币 from Cryptsy import Cryptsy from pprint import pprint c = Cryptsy ( "" , "" ) currencies = c . currencie


【文件预览】:
CryptsyPythonV2-master
----requirements.txt(47B)
----.gitignore(19B)
----README.md(799B)
----Cryptsy.py(8KB)

网友评论