Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 353 Bytes

File metadata and controls

16 lines (14 loc) · 353 Bytes

README

环境要求

python 2

Demo说明

Client.py 演示使用websocket获取深度和K线数据

使用指南

先通过指令pip install websocket-client导入仓库
运行python Client.py(内含调用格式)进行方法调用
方法具体参数和数据请通过
	https://gateio.io/docs/websocket/index.html?python?
		进行查看